sgallagh / fedora-packager

Forked from fedora-packager 3 years ago
Clone

45376f1 fkinit: Use herestring for pass/OTP

Authored and Committed by sgallagh 2 months ago
1 file changed. 1 lines added. 1 lines removed.
    fkinit: Use herestring for pass/OTP
    
    For added security, pass the password and OTP directly via a BASH
    herestring instead of via `echo`. This will avoid putting the value into
    the process table.
    
    Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
    
        
file modified
+1 -1