diff options
Diffstat (limited to 'security/privileges.go')
| -rw-r--r-- | security/privileges.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/privileges.go b/security/privileges.go index f6e8098..aff41a7 100644 --- a/security/privileges.go +++ b/security/privileges.go @@ -18,6 +18,7 @@ */ // Package security manages: +// - Cache clearing (cache.go) // - Keyring Operations (keyring.go) // - Privilege manipulation (privileges.go) // - Maintaining the link between the root and user keyrings. |