Add autosudo.sh profile script

This script provides two commands(functions) - sudoon, sudooff
After "sudoon", all subsequent commands are prepended with "sudo "
With small exceptions like for bash builtins or for cd into
non-restricted folders.
the script tracks "cd " commands to allow working in restricted
folders.

The script itself should be provided by an updated salt-formula-linux
package.

Change-Id: I786e9c52d0be9670d0c409937e0ac6f873b3dc8e
1 file changed