[Bug 830819] New: yast2-mail sets wrong configuration in /etc/clamd.conf
https://bugzilla.novell.com/show_bug.cgi?id=830819 https://bugzilla.novell.com/show_bug.cgi?id=830819#c0 Summary: yast2-mail sets wrong configuration in /etc/clamd.conf Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: wolfgang@rosenauer.org QAContact: jsrain@suse.com Found By: --- Blocker: --- That is another regex issue in the yast2 mail module. /etc/clamd.conf ends up like this: # Path to a local socket file the daemon will listen on. # Default: disabled (must be specified by a user) LocalSocket /var/lib/clamav/clamd-socket # Sets the group ownership on the unix socket. # Default: disabled (the primary group of the user running clamd) LocalSocket /var/lib/clamav/clamd-socket # Sets the permissions on the unix socket to the specified mode. # Default: disabled (socket is world accessible) LocalSocket /var/lib/clamav/clamd-socket The original config looks like: # Path to a local socket file the daemon will listen on. # Default: disabled (must be specified by a user) LocalSocket /var/run/clamav/clamd-socket # Sets the group ownership on the unix socket. # Default: disabled (the primary group of the user running clamd) #LocalSocketGroup virusgroup # Sets the permissions on the unix socket to the specified mode. # Default: disabled (socket is world accessible) #LocalSocketMode 660 The regex matches everything starting with "LocalSocket" apparently. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=830819 https://bugzilla.novell.com/show_bug.cgi?id=830819#c FeiXiang Zhang <fxzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |varkoly@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com