tracee
tracee copied to clipboard
Update scope.1.md, dont supprot wildcard *
1. Explain what the PR does
the PR is a remove of 2 lines in the docs about the scope cli commend those line discussed about the option to use * as a wild card when filtering for comm,etc and it didn't work so it does not have support
2. Explain how to test it
you can test it by running such flags with tracee --scope comm!=bash* --scope comm!="bash*" --scope 'comm!=bash*' --scope 'comm!="bash*"' --scope comm!=bash* --scope comm!='bash*' --scope comm!="bash*" --scope 'comm!="bash*"'