mdegat01 / addon-promtail

Promtail for Home Assistant
MIT License
15 stars 18 forks source link

Allow /config access to promtail folder only #195

Closed mdegat01 closed 2 years ago

mdegat01 commented 2 years ago

Proposed Changes

Allow access to /config/promtail for users that wish to store all config in /config. Apparmor profile blocks access to all other files in /config outside of this profile to prevent ability to read secrets and other secure information.

Related Issues

Fixes #185