1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-21 23:08:38 +00:00
restic/internal/fs/meta_unix.go

9 lines
140 B
Go
Raw Normal View History

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