mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-09-22 03:00:12 +00:00
fix(agentcompat): validate evidence modes by platform
Co-authored-by: naiba/CloudCode <hi+cloudcode@nai.ba>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//go:build windows
|
||||
|
||||
package evidence
|
||||
|
||||
import "os"
|
||||
|
||||
func validateEvidenceDirectoryMode(os.FileInfo) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func validateEvidenceFileMode(os.FileInfo, string) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user