From 11c055ebcf50c66263670c669a2fe1e02468213a Mon Sep 17 00:00:00 2001 From: Daniel Winzen <d@winzen4.de> Date: Fri, 7 Dec 2018 22:18:49 +0100 Subject: [PATCH] Remove commeted options --- etc/systemd/system/postfix.service.d/custom.conf | 1 - etc/systemd/system/postfix@.service.d/custom.conf | 1 - 2 files changed, 2 deletions(-) diff --git a/etc/systemd/system/postfix.service.d/custom.conf b/etc/systemd/system/postfix.service.d/custom.conf index c005cc6..f6e4106 100644 --- a/etc/systemd/system/postfix.service.d/custom.conf +++ b/etc/systemd/system/postfix.service.d/custom.conf @@ -3,7 +3,6 @@ ProtectSystem=strict PrivateTmp=true NoNewPrivileges=true PrivateDevices=true -#PrivateUsers=true ProtectKernelTunables=true ProtectKernelModules=true ProtectControlGroups=true diff --git a/etc/systemd/system/postfix@.service.d/custom.conf b/etc/systemd/system/postfix@.service.d/custom.conf index dd0c93e..c82b7f1 100644 --- a/etc/systemd/system/postfix@.service.d/custom.conf +++ b/etc/systemd/system/postfix@.service.d/custom.conf @@ -3,7 +3,6 @@ ProtectSystem=strict PrivateTmp=true NoNewPrivileges=true PrivateDevices=true -#PrivateUsers=true ProtectKernelTunables=true ProtectKernelModules=true ProtectControlGroups=true