aboutsummaryrefslogtreecommitdiff
path: root/security/privileges.go
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2023-09-09 11:30:45 -0700
committerEric Biggers <ebiggers@google.com>2023-09-09 11:30:45 -0700
commite663a3ee2287be77dcd44631b29147a1eddcb4f0 (patch)
tree07f2f6d6cd79d6f892c11d7ab808ae0372d4444d /security/privileges.go
parentc999f0b04c526a85d061a7461c0e4211e94f9fb7 (diff)
Re-run 'make format' with latest version of gofmt
Diffstat (limited to 'security/privileges.go')
-rw-r--r--security/privileges.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/privileges.go b/security/privileges.go
index 5bdd43c..fe8668d 100644
--- a/security/privileges.go
+++ b/security/privileges.go
@@ -18,8 +18,8 @@
*/
// Package security manages:
-// - Cache clearing (cache.go)
-// - Privilege manipulation (privileges.go)
+// - Cache clearing (cache.go)
+// - Privilege manipulation (privileges.go)
package security
// Use the libc versions of setreuid, setregid, and setgroups instead of the