mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-04-19 10:22:16 +03:00
Fix apparmor incorrectly denying access db tmp file.
This is /var/lib/mosquitto/mosquitto.db.new. Closes #1978. Thanks to gnampf89.
This commit is contained in:
parent
b2da540c64
commit
8385769b86
@ -5,6 +5,8 @@ Broker:
|
||||
Closes #1977.
|
||||
- Fix bridge connection not relinquishing POLLOUT after messages are sent.
|
||||
Closes #1979.
|
||||
- Fix apparmor incorrectly denying access to
|
||||
/var/lib/mosquitto/mosquitto.db.new. Closes #1978.
|
||||
|
||||
|
||||
2.0.4 - 2020-12-22
|
||||
|
@ -9,6 +9,7 @@
|
||||
/etc/mosquitto/conf.d/* r,
|
||||
/var/lib/mosquitto/ r,
|
||||
/var/lib/mosquitto/mosquitto.db rwk,
|
||||
/var/lib/mosquitto/mosquitto.db.new rwk,
|
||||
/var/run/mosquitto.pid rw,
|
||||
|
||||
network inet stream,
|
||||
|
Loading…
x
Reference in New Issue
Block a user