Hello,
is there a way/syntax in SEC 5.1 to exclude directories from scanning by using varaibles like %windir% or %allusersprofile%?
kind regards
Joerg
This thread was automatically locked due to age.
Hello Joerg,
guess you problem is not solved, it's just the answer. This forum is not only for giving "just the correct answer" but also to discuss possible workarounds (or even better use).
Part of the problem is that the "variable-indicator" is a valid filename character thus % is not unambiguous. Admittedly % is rarely used but nevertheless its use as variable indicator in a policy could cause conflicts. Furthermore the variable expansion depends on the (user) environment (of which the filter driver might not be aware at all).
Question is, why are all these exclusions in all these locations necessary? What problems do you encounter?
Christian
Hello Joerg,
guess you problem is not solved, it's just the answer. This forum is not only for giving "just the correct answer" but also to discuss possible workarounds (or even better use).
Part of the problem is that the "variable-indicator" is a valid filename character thus % is not unambiguous. Admittedly % is rarely used but nevertheless its use as variable indicator in a policy could cause conflicts. Furthermore the variable expansion depends on the (user) environment (of which the filter driver might not be aware at all).
Question is, why are all these exclusions in all these locations necessary? What problems do you encounter?
Christian