Skip to content

Commit

Permalink
worldWrite and groupWrite are constants
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Casey <ecasey@pivotal.io>
  • Loading branch information
ekcasey committed Mar 13, 2020
1 parent e1d43bc commit cf69d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/user_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func EnsureOwner(uid, gid int, paths ...string) error {
return nil
}

var (
const (
worldWrite uint32 = 0002
groupWrite uint32 = 0020
)
Expand Down

0 comments on commit cf69d0e

Please sign in to comment.