Skip to content

Commit

Permalink
Add security privilege (needed for VHDX support for docker data root)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Williams <[email protected]>
  • Loading branch information
awmirantis committed Apr 5, 2021
1 parent 5516f17 commit 4811f9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions privilege.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ const (

ERROR_NOT_ALL_ASSIGNED syscall.Errno = 1300

SeBackupPrivilege = "SeBackupPrivilege"
SeRestorePrivilege = "SeRestorePrivilege"
SeBackupPrivilege = "SeBackupPrivilege"
SeRestorePrivilege = "SeRestorePrivilege"
SeSecurityPrivilege = "SeSecurityPrivilege"
)

const (
Expand Down

0 comments on commit 4811f9f

Please sign in to comment.