Skip to content

Commit

Permalink
Allow Linux setuid/setgid (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-conley committed Apr 13, 2024
1 parent 8ee2601 commit 85f244c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion droppriv_nope.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build linux windows
// +build windows

package main

Expand Down
2 changes: 1 addition & 1 deletion droppriv_unix.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !windows,!linux
// +build linux !windows

package main

Expand Down

0 comments on commit 85f244c

Please sign in to comment.