enable-tor: Run kdesu with -c option.
This commit is contained in:
parent
2b55a2b882
commit
f2737a5fbe
3 changed files with 5 additions and 1 deletions
|
@ -76,7 +76,7 @@ mkSuCommand cmd ps = firstM (\(SuCommand _ p _) -> inPath p) =<< selectcmds
|
|||
[ SuCommand (MayPromptPassword SomePassword) "gksu"
|
||||
[Param shellcmd]
|
||||
, SuCommand (MayPromptPassword SomePassword) "kdesu"
|
||||
[Param shellcmd]
|
||||
[Param "-c", Param shellcmd]
|
||||
-- Available in Debian's menu package; knows about lots of
|
||||
-- ways to gain root.
|
||||
, SuCommand (MayPromptPassword SomePassword) "su-to-root"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue