FreeBSD Bugzilla – Attachment 89191 Details for
Bug 126069
[PATCH] security/clamav: Allow setting owner/group on milter socket
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 793 bytes, created by
fullermd
on 2008-07-29 08:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
fullermd
Created:
2008-07-29 08:50:02 UTC
Size:
793 bytes
patch
obsolete
>--- clamav-milter.in.orig 2008-07-29 02:13:54.000000000 -0500 >+++ clamav-milter.in 2008-07-29 02:15:12.000000000 -0500 >@@ -84,6 +84,9 @@ > echo "There is no clamav-milter socket (${clamav_clamd_socket})!" > exit 1 > fi >+ /usr/sbin/chown \ >+ ${clamav_milter_socket_owner}:${clamav_milter_socket_group} \ >+ ${clamav_milter_socket} > /bin/chmod ${clamav_milter_socket_mode} ${clamav_milter_socket} > fi > } >@@ -94,6 +97,8 @@ > : ${clamav_milter_socket="%%CLAMAV_MILTER_SOCKET%%"} > : ${clamav_milter_flags="--postmaster-only --local --outgoing --timeout=0 --max-children=50"} > : ${clamav_milter_socktimeout="60"} >+: ${clamav_milter_socket_owner="clamav"} >+: ${clamav_milter_socket_group="clamav"} > : ${clamav_milter_socket_mode="755"} > > : ${clamav_clamd_socket="%%CLAMAV_CLAMD_SOCKET%%"}
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 126069
: 89191