tracee icon indicating copy to clipboard operation
tracee copied to clipboard

Update scope.1.md, dont supprot wildcard *

Open ShohamBit opened this issue 1 year ago • 1 comments

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*"'

ShohamBit avatar Aug 22 '24 08:08 ShohamBit

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 22 '24 08:08 CLAassistant