diff --git a/debian/changelog b/debian/changelog index ad29ff9..b428a75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linbpq (6.0.24.27-2) unstable; urgency=medium + + * Permissions fix for web-config-editor users + + -- Dave Hibberd Thu, 18 Jan 2024 10:31:56 +0000 + linbpq (6.0.24.27-1~bpo11+1) bullseye; urgency=medium * Rebuild for bullseye. diff --git a/debian/postinst b/debian/postinst index 70eac96..ea47392 100644 --- a/debian/postinst +++ b/debian/postinst @@ -22,6 +22,8 @@ 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.