diff --git a/debian/changelog b/debian/changelog index a1a11ce..4185ac7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,11 @@ +linbpq (6.0.24.34-jammy2) jammy; urgency=medium + + * Fix config permissions bug as reported by Alex 2E1PKY + + -- Dave Hibberd Mon, 08 Apr 2024 22:27:02 +0100 + linbpq (6.0.24.34-jammy1) jammy; urgency=medium +>>>>>>> debian/latest * Upstream bump diff --git a/debian/postinst b/debian/postinst index f764177..d35a673 100644 --- a/debian/postinst +++ b/debian/postinst @@ -24,8 +24,7 @@ if [ "$1" = configure ]; then adduser linbpq dialout chown :linbpq /opt/oarc/bpq chmod 775 /opt/oarc/bpq - chown :linbpq /etc/bpq32.cfg - chmod 664 /etc/bpq32.cfg + # If we have setcap is installed, set the requirements # which allows us to install our binaries without the setuid # bit.