1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-21 06:48:35 +00:00
restic/internal/fs/meta_unix.go
2024-11-30 19:17:25 +01:00

8 lines
140 B
Go

//go:build !windows
// +build !windows
package fs
func (p *pathMetadataHandle) SecurityDescriptor() (*[]byte, error) {
return nil, nil
}