libgocryptfs/internal/fusefrontend/xattr_notlinux.go

9 lines
171 B
Go

// +build !linux
// Package fusefrontend interfaces directly with the go-fuse library.
package fusefrontend
func disallowedXAttrName(attr string) bool {
return false
}