@@ -12,7 +12,8 @@ package fs
|
|||||||
import "github.com/syncthing/notify"
|
import "github.com/syncthing/notify"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
subEventMask = notify.Create | notify.Remove | notify.Write | notify.Rename | notify.FSEventsInodeMetaMod
|
subEventMask = notify.Create | notify.Remove | notify.Write | notify.Rename | notify.FSEventsInodeMetaMod
|
||||||
permEventMask = 0
|
// FSEventsChangeOwner fires on permission change
|
||||||
|
permEventMask = notify.FSEventsChangeOwner
|
||||||
rmEventMask = notify.Remove | notify.Rename
|
rmEventMask = notify.Remove | notify.Rename
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user