Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1846159 Details for
Bug 2028015
postfix master.pid file not deleted at postfix stop if postfix had been started using postfix start command
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed fix
postfix-master-pid-selinux-workaround.patch (text/plain), 1014 bytes, created by
Jaroslav Škarvada
on 2021-12-14 00:16:36 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Jaroslav Škarvada
Created:
2021-12-14 00:16:36 UTC
Size:
1014 bytes
patch
obsolete
>diff --git a/postfix.service b/postfix.service >index e2b43a6..7a798fb 100644 >--- a/postfix.service >+++ b/postfix.service >@@ -11,6 +11,7 @@ PrivateTmp=true > CapabilityBoundingSet=~ CAP_NET_ADMIN CAP_SYS_ADMIN CAP_SYS_BOOT CAP_SYS_MODULE > ProtectSystem=true > PrivateDevices=true >+ExecStartPre=-/usr/sbin/restorecon -R /var/spool/postfix/pid/master.pid > ExecStartPre=-/usr/libexec/postfix/aliasesdb > ExecStartPre=-/usr/libexec/postfix/chroot-update > ExecStart=/usr/sbin/postfix start >diff --git a/postfix.spec b/postfix.spec >index d8c4113..c46da95 100644 >--- a/postfix.spec >+++ b/postfix.spec >@@ -62,7 +62,10 @@ Requires(preun): %{_sbindir}/alternatives > Requires(preun): systemd > Requires(postun): systemd > # Required by /usr/libexec/postfix/postfix-script >-Requires: diffutils, findutils >+Requires: diffutils >+Requires: findutils >+# for restorecon >+Requires: policycoreutils > Provides: MTA smtpd smtpdaemon server(smtp) > > Source0: ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2028015
: 1846159