File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ All communication between the `sudo` server and client is done via Unix socket.
2828![ How it works] ( images/how-it-works.svg )
2929
3030## Usage
31+ All you need to do is start the ` crew-sudo ` daemon in VT-2 and ` sudo ` will work again in ` crosh ` :)
32+
3133``` text
3234sudo <command to execute or sudo options>
3335---
@@ -39,14 +41,14 @@ crew-sudo -V|--version
3941| Command | Description|
4042| :-------------| :----------|
4143| ` client ` | Run as client mode, pass all given command arguments to daemon|
42- | ` daemon ` | Run as daemon mode, listen incoming requests at /tmp/crew-sudo.socket|
43- | ` stop-daemon ` | Stop currently running crew-sudo daemon|
44+ | ` daemon ` | Run as daemon mode, listen incoming requests at ` /tmp/crew-sudo.socket ` |
45+ | ` stop-daemon ` | Stop currently running ` crew-sudo ` daemon|
4446
4547| Options | Description|
4648| :-------------| :----------|
47- | ` --bashrc ` | Suppress " daemon is already running" error|
48- | ` --foreground ` | Run crew-sudo daemon in foreground|
49- | ` --replace ` | Replace the currently running crew-sudo daemon|
49+ | ` --bashrc ` | Suppress ` daemon is already running ` error|
50+ | ` --foreground ` | Run ` crew-sudo ` daemon in foreground|
51+ | ` --replace ` | Replace the currently running ` crew-sudo ` daemon|
5052
5153## What works currently
5254- Send terminal input to command/send command output back to ` crosh `
You can’t perform that action at this time.
0 commit comments