mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
mail-mta/postfix: permit cdb and lmdb alias files
so that postfix can run newaliases when cdb or lmdb is the default db AND postfix is started via systemd Signed-off-by: Eray Aslan <eras@gentoo.org>
This commit is contained in:
@@ -12,7 +12,7 @@ ExecReload=/usr/sbin/postfix reload
|
||||
PrivateTmp=yes
|
||||
PrivateDevices=yes
|
||||
ProtectSystem=full
|
||||
ReadWritePaths=-/etc/mail/aliases.db
|
||||
ReadWritePaths=-/etc/mail/aliases.db -/etc/mail/aliases.cdb -/etc/mail/aliases.lmdb
|
||||
CapabilityBoundingSet=~ CAP_NET_ADMIN CAP_SYS_ADMIN CAP_SYS_BOOT CAP_SYS_MODULE
|
||||
MemoryDenyWriteExecute=true
|
||||
ProtectKernelModules=true
|
||||
|
||||
Reference in New Issue
Block a user