Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Accept incoming files" uses wrong permissions (unneccesarily running as sudo?) #38

Open
j5155 opened this issue Sep 24, 2023 · 1 comment · May be fixed by #39
Open

"Accept incoming files" uses wrong permissions (unneccesarily running as sudo?) #38

j5155 opened this issue Sep 24, 2023 · 1 comment · May be fixed by #39

Comments

@j5155
Copy link

j5155 commented Sep 24, 2023

Really enjoying this plugin, but when I send a file to my PC and accept it through the extension, the file is owned by root and I can't edit it without running sudo chown on it manually.
My guess is that something is being run with sudo that shouldn't, but I have no idea.
Would love to see this fixed!

@j5155 j5155 linked a pull request Sep 24, 2023 that will close this issue
@rage4design
Copy link

I start the tailscale with --operartor=$USER

sudo tailscale up --accept-routes --operator=$USER

So it would be nicer if there was a way to control so that the extension does not issue the command with sudo and then keeps asking for authentication.

Also, I noticed that the accounts fail to switch. When you select another account, it seems that the switch succeeded but that's not the case. The nodes are still showing from the account without switching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants