Adding something more dynamic is certainly a good idea - we need to be careful however to not run into security issues. Just providing uname -r (or similar) shell commands is too risky. Maybe some well known variable like $ARCHITECUTRE, $KERNEL_RELEASE or similar.
Thanks for your bugreport.
Adding something more dynamic is certainly a good idea - we need to be careful however to not run into security issues. Just providing uname -r (or similar) shell commands is too risky. Maybe some well known variable like $ARCHITECUTRE, $KERNEL_RELEASE or similar.