mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
e89e040949
* [FIX] File Notifier Default Permissions * set to 0600 for security * recreate file if it exists with correct perms * remove named return vars from notifier
4 lines
52 B
Go
4 lines
52 B
Go
package notification
|
|
|
|
const fileNotifierMode = 0600
|