You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run under a different username. Similar to sudo --user.
Current Behavior
lxqt-sudo does not support --user.
Context
In Whonix we are using hidepid=2. This breaks pkexec. Hence a wrapper was written to redirect calls from pkexec to lxqt-sudo. However, pkexec supports --user while lxqt-sudo does not.
The text was updated successfully, but these errors were encountered:
This feature is not available yet, although the description in the repository suggests it should be possible to use lxqt-sudo with users other than root:
lxqt-sudo is a graphical front-end of commands sudo and su respectively. As such it enables regular users to launch applications with permissions of other users including root.
Expected Behavior
lxqt-sudo --user username
Run under a different username. Similar to
sudo --user
.Current Behavior
lxqt-sudo does not support
--user
.Context
In Whonix we are using hidepid=2. This breaks pkexec. Hence a wrapper was written to redirect calls from pkexec to lxqt-sudo. However, pkexec supports
--user
while lxqt-sudo does not.The text was updated successfully, but these errors were encountered: