Skip to content

Commit

Permalink
Merge pull request #201 from awmirantis/add-se-security-privilege
Browse files Browse the repository at this point in the history
Add security privilege (needed for VHDX support for docker data root)
  • Loading branch information
dcantah authored Apr 14, 2021
2 parents 5516f17 + 4811f9f commit e98b56d
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 e98b56d

Please sign in to comment.