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