You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This includes macros such as `${HOME}` and `${RUNUSER}`.
Commands:
* --chroot=
* --netfilter=
* --netfilter6=
* --trace=
Closesnetblue30#6032.
Reported-by: @michelesr
Description
${HOME}
and~
don't expand in thenetfilter
file name in a profile. It works when passed as cli argument--netfilter=~/somefile
.While passing those paths in the cli with
--netfilter=${HOME}/somefile
or--netfilter=${HOME}/somefile
Steps to Reproduce
netfilter ~/somefile
ofnetfilter ${HOME}/somefile
Expected behavior
The netfilter profile is loaded.
Actual behavior
Environment:
The text was updated successfully, but these errors were encountered: