Package: dhcp3-server
Version: 3.1.1-3
Severity: important

if [ ! -e /var/lib/dhcp3/dhcpd.leases ]; then

After the if section in the postinst which starts with the above line
you need to have a line of shell code like the following:

[ -x /sbin/restorecon ] && /sbin/restorecon /var/lib/dhcp3/dhcpd.leases

This is because the dhcp client and server have different contexts for
their data files and we need to get the right context (the default
matches the client's use).

As SE Linux is a standard part of Lenny it would be really good if this
could be fixed for Lenny.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to