mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
b74951f29e
Enforce folder permission on Windows, giving only administrators and system access to the NetBird folder.
8 lines
96 B
Go
8 lines
96 B
Go
//go:build !windows
|
|
|
|
package util
|
|
|
|
func EnforcePermission(dirPath string) error {
|
|
return nil
|
|
}
|