Don't install sendmail setgid kmem since it doesn't really
require kmem access. It is currently configured to call getloadavg(3), which uses sysctl(2) to determine the load average, which is the only reason some sendmails require kmem access.
This commit is contained in:
parent
33b743c5a6
commit
31c79332f8
@ -33,8 +33,7 @@ LINKS= /usr/sbin/sendmail /usr/bin/newaliases \
|
||||
/usr/sbin/sendmail /usr/bin/mailq
|
||||
BINDIR= /usr/sbin
|
||||
BINOWN= root
|
||||
BINGRP= kmem
|
||||
BINMODE=6555
|
||||
BINMODE=4555
|
||||
|
||||
beforeinstall:
|
||||
# ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
|
||||
|
Loading…
x
Reference in New Issue
Block a user