func(h *HomePolicyLoader, username string) ([]byte, error)
| 124 | } |
| 125 | |
| 126 | type OptionalLoader func(h *HomePolicyLoader, username string) ([]byte, error) |
| 127 | |
| 128 | // HomePolicyLoader contains methods to read/write the opkssh policy file stored in |
| 129 | // `~/.opk/ssh` from/to a filesystem. All methods that read policy from the filesystem fail |
nothing calls this directly
no outgoing calls
no test coverage detected