@ -163,6 +163,6 @@ func configFiles(program string) ([]string, error) {
if err != nil { return nil, err }
return []string {
filepath.Join("/etc", program, program + ".conf"),
filepath.Join(userConfig, program),
filepath.Join(userConfig, program, program + ".conf"),
}, nil
}
The note is not visible to the blocked user.