minor fixes

This commit is contained in:
Nicola Murino
2019-11-15 12:26:52 +01:00
parent bb37a1c1ce
commit 3ac5af47f2
2 changed files with 8 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ const (
PermCreateSymlinks = "create_symlinks"
// changing file or directory permissions is allowed
PermChmod = "chmod"
// changing file or directory owner is allowed
// changing file or directory owner and group is allowed
PermChown = "chown"
)