setcap 부활

This commit is contained in:
2023-11-24 16:02:31 +09:00
parent 84543f9a31
commit d4cd792950
5 changed files with 33 additions and 95 deletions

View File

@ -0,0 +1,7 @@
//go:build client && windows
package client
func set_permission(path string) error {
return nil
}