pkg/constants/constants.go (5 lines of code) (raw):

// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. package constants const ( FilePermissions_UserOnly_ReadWrite = 0600 FilePermissions_UserOnly_ReadWriteExecute = 0700 )