Update permissions post install on config to allow for web ui edits
This commit is contained in:
parent
710cc6fde7
commit
d4d0aaa8ab
|
@ -1,3 +1,9 @@
|
|||
linbpq (6.0.24.27-2) UNRELEASED; urgency=medium
|
||||
|
||||
* Permissions fix for web-config-editor users
|
||||
|
||||
-- Dave Hibberd <d@vehibberd.com> Thu, 18 Jan 2024 10:31:04 +0000
|
||||
|
||||
linbpq (6.0.24.27-1) unstable; urgency=medium
|
||||
|
||||
* New Upstream Release
|
||||
|
|
|
@ -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