{"OnAccessIncludePath","on-access-include",0,CLOPT_TYPE_STRING,NULL,-1,NULL,FLAG_MULTIPLE,OPT_CLAMD,"This option specifies a directory (including all files and directories\ninside it), which should be scanned on access. This option can\nbe used multiple times.","/home\n/students"},
{"OnAccessExcludePath",NULL,0,CLOPT_TYPE_STRING,NULL,-1,NULL,FLAG_MULTIPLE,OPT_CLAMD,"This option allows excluding directories from on-access scanning. It can\nbe used multiple times.","/home/bofh\n/root"},
{"OnAccessExcludePath",NULL,0,CLOPT_TYPE_STRING,NULL,-1,NULL,FLAG_MULTIPLE,OPT_CLAMD,"This option allows excluding directories from on-access scanning. It can\nbe used multiple times. Only works with DDD system.","/home/bofh\n/root"},
{"OnAccessExcludeUID",NULL,0,CLOPT_TYPE_NUMBER,MATCH_NUMBER,-1,NULL,FLAG_MULTIPLE,OPT_CLAMD,"With this option you can whitelist specific UIDs. Processes with these UIDs\nwill be able to access all files.\nThis option can be used multiple times (one per line).","0"},
{"OnAccessDisableDDD","disable-ddd",0,CLOPT_TYPE_BOOL,MATCH_BOOL,0,NULL,0,OPT_CLAMD,"This option toggles the dynamic directory determination system for on-access scanning (Linux only)","no"},
{"OnAccessPreventRead",NULL,0,CLOPT_TYPE_BOOL,MATCH_BOOL,1,NULL,0,OPT_CLAMD,"This option specifies is fanotify will prevent read attempts on malicious files (Linux only)","yes"},
{"OnAccessPreventOpen",NULL,0,CLOPT_TYPE_BOOL,MATCH_BOOL,1,NULL,0,OPT_CLAMD,"This option specifies if fanotify will prevent open attempts for malicious files (Linux only)","yes"},
/* FIXME: mark these as private and don't output into clamd.conf/man */