aa03981024
Attempting to run Authelia with least privilege principle as the `nobody` user and a file based notifier will cause issues during start up as the user cannot remove the notification file. Given that ioutil.WriteFile truncates the file before writing the removal should not be necessary. Fixes #1846. |
||
---|---|---|
.. | ||
const.go | ||
file_notifier.go | ||
notifier.go | ||
smtp_login_auth.go | ||
smtp_login_auth_test.go | ||
smtp_notifier.go | ||
smtp_notifier_test.go |