diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-21 07:25:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 07:25:04 +0000 |
commit | 94665bdf019a223338cd4f527fad0f547c137b09 (patch) | |
tree | 74925c44d568c7c55848fce831bd7109e6994728 /vendor/github.com/Microsoft/go-winio/privilege.go | |
parent | e48aa8c82f7f26260f6911bb3ea99ff54c294675 (diff) | |
download | podman-94665bdf019a223338cd4f527fad0f547c137b09.tar.gz podman-94665bdf019a223338cd4f527fad0f547c137b09.tar.bz2 podman-94665bdf019a223338cd4f527fad0f547c137b09.zip |
Bump github.com/containers/storage from 1.31.1 to 1.31.2
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.31.1 to 1.31.2.
- [Release notes](https://github.com/containers/storage/releases)
- [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md)
- [Commits](https://github.com/containers/storage/compare/v1.31.1...v1.31.2)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/Microsoft/go-winio/privilege.go')
-rw-r--r-- | vendor/github.com/Microsoft/go-winio/privilege.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/github.com/Microsoft/go-winio/privilege.go b/vendor/github.com/Microsoft/go-winio/privilege.go index 9c83d36fe..c3dd7c217 100644 --- a/vendor/github.com/Microsoft/go-winio/privilege.go +++ b/vendor/github.com/Microsoft/go-winio/privilege.go @@ -28,8 +28,9 @@ const ( ERROR_NOT_ALL_ASSIGNED syscall.Errno = 1300 - SeBackupPrivilege = "SeBackupPrivilege" - SeRestorePrivilege = "SeRestorePrivilege" + SeBackupPrivilege = "SeBackupPrivilege" + SeRestorePrivilege = "SeRestorePrivilege" + SeSecurityPrivilege = "SeSecurityPrivilege" ) const ( |