|
Lines 2565-2574
gksu_sudo_fuller (GksuContext *context,
Link Here
|
| 2565 |
cmd[argcount] = g_strdup("-S"); |
2565 |
cmd[argcount] = g_strdup("-S"); |
| 2566 |
argcount++; |
2566 |
argcount++; |
| 2567 |
|
2567 |
|
| 2568 |
/* Make sudo noninteractive (we should already have a token) */ |
|
|
| 2569 |
cmd[argcount] = g_strdup("-n"); |
| 2570 |
argcount++; |
| 2571 |
|
| 2572 |
/* Make sudo use next arg as prompt */ |
2568 |
/* Make sudo use next arg as prompt */ |
| 2573 |
cmd[argcount] = g_strdup("-p"); |
2569 |
cmd[argcount] = g_strdup("-p"); |
| 2574 |
argcount++; |
2570 |
argcount++; |