Package: freeradius-postgresql
Version: 2.0.3-1
Hi,
These two directories, /etc/freeradius/sql and
/etc/freeradius/sql/postgresql/ below it, are both not executable to
the freerad group, which doesn't seem to make any sense, because them
and the files inside the latter are readable to the freerad group,
as is everything else...
It looked like a chmod -R 640 gone awry... when I went to check the
postinst, it looks more like copy & waste :)
for file in [...]
do
if ! dpkg-statoverride --list | grep -qw $file$; then
dpkg-statoverride --add --update root freerad 0640 $file
fi
done
for dir in /etc/freeradius/sql \
/etc/freeradius/sql/postgresql
do
if ! dpkg-statoverride --list | grep -qw $dir$; then
dpkg-statoverride --add --update root freerad 0640 $dir
fi
done
...
The latter case should be 0750, it seems clear enough.
(This might also be present in the -mysql package, I didn't check.)
Please fix it. TIA.
--
2. That which causes joy or happiness.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]