aboutsummaryrefslogtreecommitdiff
path: root/internal/fusefrontend/xattr_notlinux.go
blob: aa9c981071a57e086146f5a2957ce6a6fa59f30c (plain)
1
2
3
4
5
6
7
8
// +build !linux

// Package fusefrontend interfaces directly with the go-fuse library.
package fusefrontend

func disallowedXAttrName(attr string) bool {
	return false
}