Accepting request 823457 from home:mnhauke
- Fix for the apparmor profile to properly allow reading files from /etc/mosquitto/conf.d/ OBS-URL: https://build.opensuse.org/request/show/823457 OBS-URL: https://build.opensuse.org/package/show/network:messaging:mqtt/mosquitto?expand=0&rev=39
This commit is contained in:
parent
e76b7d895c
commit
510b3fe972
@ -10,7 +10,7 @@
|
||||
/etc/mosquitto/mosquitto.conf r,
|
||||
/etc/mosquitto/ca_certificates/* r,
|
||||
/etc/mosquitto/certs/* r,
|
||||
+ /etc/mosquitto/conf.d r,
|
||||
+ /etc/mosquitto/conf.d/ r,
|
||||
/etc/mosquitto/conf.d/* r,
|
||||
/var/lib/mosquitto/ r,
|
||||
/var/lib/mosquitto/mosquitto.db rwk,
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 20:15:21 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Fix for the apparmor profile to properly allow reading files
|
||||
from /etc/mosquitto/conf.d/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 06:36:17 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user