Merge branch 'debian/latest' into raspbian/bullseye
This commit is contained in:
commit
14c0cade00
|
@ -1,3 +1,9 @@
|
|||
linbpq (6.0.24.27-2) unstable; urgency=medium
|
||||
|
||||
* Permissions fix for web-config-editor users
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Thu, 18 Jan 2024 10:31:56 +0000
|
||||
|
||||
linbpq (6.0.24.27-1~bpo11+1) bullseye; urgency=medium
|
||||
|
||||
* Rebuild for bullseye.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue