### Checklist - [x] I added a descriptive title - [x] I searched open reports and couldn't find a duplicate ### What happened? Looking at this code: https://github.com/conda/conda-build/blob/f3854cdf42beb65dcb3bd5c03b641c1ca66e1b47/conda_build/post.py#L858C5-L890 It looks like `_expand_dsoallowlist` is called for this: ``` result["allow"].extend(_expand_dsolist(["C:/Windows/System32/**/*.dll"])) ``` However the code checks "`startswith("*")`" to check for globs. This will result in pretty weird "expansion" if I read the code properly. ### Conda Info ```shell ``` ### Conda Config ```shell ``` ### Conda list ```shell ``` ### Additional Context _No response_
Checklist
What happened?
Looking at this code:
https://github.com/conda/conda-build/blob/f3854cdf42beb65dcb3bd5c03b641c1ca66e1b47/conda_build/post.py#L858C5-L890
It looks like
_expand_dsoallowlistis called for this:However the code checks "
startswith("*")" to check for globs. This will result in pretty weird "expansion" if I read the code properly.Conda Info
Conda Config
Conda list
Additional Context
No response