tauri icon indicating copy to clipboard operation
tauri copied to clipboard

[feat] run embedding external binaries requires root

Open TonyLuo opened this issue 1 year ago • 0 comments

Describe the problem

I tried to run external binary with sidecar in macbook, stdout said tailscaled requires root, use sudo tailscaled.

const command = Command.sidecar("bin/tailscaled");
command.execute()

Describe the solution you'd like

Is any solution to run external binary which requires root in macos (admin right in Windows) ?

Alternatives considered

No response

Additional context

No response

TonyLuo avatar Sep 24 '22 02:09 TonyLuo