Martin Herrmann
Martin Herrmann
Since I just ran into this issue myself and was about to write a comment here stating it is still not working for me, I just want to state for...
I've done a bit more digging using strace and apparently the 'dotnet' command gets this path from reading `/proc/PID/maps`. I've looked at it in the container and it looks like...
@AaronAtDuo Yup, that's the line that I believe is the culprit. I am not 100% sure, but I believe a PAM_IGNORE might be better here.
@AaronAtDuo That such a change might break existing PAM configurations was a concern I had as well. I think handling this behavior via config is probably the safest option. It...
It could also be an option to initially make this a non-default configuration (i.e. user has to manually set this behavior in the config file) and then change it to...
I appear to have had the same issue. Apparently this is caused by the plugin invoking the agent using 'java' without specifying the absolute path. This does not work with...