mirror of
https://github.com/restic/restic.git
synced 2025-01-21 06:48:35 +00:00
8 lines
140 B
Go
8 lines
140 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package fs
|
|
|
|
func (p *pathMetadataHandle) SecurityDescriptor() (*[]byte, error) {
|
|
return nil, nil
|
|
}
|