Implement Set_Kernelstub and attempt to elevate to sudo using STDIN and then attempt to remove the password from the program memory
This commit is contained in:
parent
ca992bf864
commit
7081bfa8d7
5 changed files with 81 additions and 13 deletions
|
@ -115,7 +115,7 @@ func (m model) View() string {
|
|||
|
||||
view = listStyle.Render(m.lists[m.focused].View())
|
||||
|
||||
case DONE:
|
||||
case INSTALL:
|
||||
title = dialogStyle.Render(
|
||||
fmt.Sprint(
|
||||
"The configuration files have been generated and are\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue