// root

@"/.dbfseventsd"            : kCheckSubtree,
@"/.DocumentRevisions-V100" : kCheckSubtree,
@"/.file"                   : kCheckSubtree,
@"/.fseventsd"              : kCheckSubtree,
@"/.hotfiles.btree"         : kCheckSubtree,
@"/.Spotlight-V100"         : kCheckSubtree,
@"/.vol"                    : kCheckSubtree,
@"/bin"                     : kCheckSubtree,
@"/cores"                   : kCheckSubtree,
@"/dev"                     : kCheckSubtree,
@"/etc"                     : kCheckSubtree,
@"/home"                    : kCheckSubtree,
@"/mach_kernel"             : kCheckSubtree,
@"/net"                     : kCheckSubtree,
@"/private"                 : kCheckSubtree,
@"/sbin"                    : kCheckSubtree,
@"/tmp"                     : kCheckSubtree,
@"/usr"                     : kCheckSubtree,
@"/var"                     : kCheckSubtree,
@"/vol"                     : kCheckSubtree,

@"/Applications"            : kCheckSelf,
@"/Library"                 : kCheckSelf,
@"/Network"                 : kCheckSelf,
@"/System"                  : kCheckSubtree,
@"/Users"                   : kCheckSelf,
@"/Volumes"                 : kCheckSelf,


// user

@"~"                        : kCheckSelf,
@"~/Desktop"                : kCheckSelf,
@"~/Library"                : kCheckSelf,
@"~/Library/Mail"           : kCheckSelf,
@"~/Music/iTunes"           : kCheckSelf,

// Well, ~/Library/*anything* is likely to have unpleasant consequences.