Almost every program that we run has access to the environment, so nothing stops them from curling our credentials to some nefarious server.

Why don’t we put credentials in files and then pass them to the programs that need them? Maybe coupled with some mechanism that prevents executables from reading any random file except those approved.

  • PuppyOSAndCoffee@lemmy.mldeleted by creator
    link
    fedilink
    arrow-up
    6
    ·
    3 years ago

    CRED=$(fancy-get-cred) do-stuff

    do-stuff has ${CRED} but nothing else does. wrap in a shell script.