Remove the setuid bit from camel-lock-helper, and add a MESSAGE saying so.
Removing the setuid bit will break Evolution's ability to read email only from the system mail spool. If you need that functionality the MESSAGE file tells you how to put the setuid bit back.
This commit is contained in:
parent
28f719e0bc
commit
d2cb3e7dfd
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2002/09/22 15:37:35 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2002/09/26 08:07:10 marcm Exp $
|
||||
|
||||
COMMENT= "integrated email and PIM software for GNOME"
|
||||
COMMENT-devguide= "Evolution Developer's Guide"
|
||||
@ -91,5 +91,6 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
find ${PREFIX}/share/evolution/default_user -perm 444 -exec chmod 644 {} \;
|
||||
chmod u-s ${PREFIX}/sbin/camel-lock-helper
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
9
mail/evolution/pkg/MESSAGE
Normal file
9
mail/evolution/pkg/MESSAGE
Normal file
@ -0,0 +1,9 @@
|
||||
Please note: If you intend to use Evolution to read local mail-spool
|
||||
mbox files then you will need to set the setuid bit for the
|
||||
camel-lock-helper program.
|
||||
|
||||
You can do this by: 'chmod u+s ${PREFIX}/sbin/camel-lock-helper'
|
||||
|
||||
While there are no known security problems at this time with
|
||||
camel-lock-helper, setting the setuid bit on any program is a
|
||||
potential security risk.
|
Loading…
Reference in New Issue
Block a user