-
Notifications
You must be signed in to change notification settings - Fork 16
Update instraction after installation path changes #67
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙆♂️ thanks!
20f30a3
to
fe8afd9
Compare
Signed-off-by: Hugues de Valon <[email protected]>
fe8afd9
to
4be6431
Compare
Signed-off-by: Hugues de Valon <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments below, but I'm ok with the changes.
I'm curious about /etc/parsec
having 700
permissions - all the /etc
subdirectories on my WSL have at least read or execute for everyone else 😬
|
||
Create the following Parsec directories, with good permissions. | ||
|
||
`/var/lib/parsec` for storing persistent data like the `mappings` folder. The service will run from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry if this is a bit late - would you mind adding bulletpoints to this list? Something like:
/var/lib/parsec
for storing persistent data like themappings
folder. The service will run from
here
sudo mkdir /var/lib/parsec
sudo chown parsec /var/lib/parsec
sudo chmod 700 /var/lib/parsec
It reads a bit weirdly if you forget this is supposed to be a list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes good point! Will change.
|
||
From another terminal, it is now possible to execute the [end-to-end tests](tests#end-to-end-tests) | ||
on Parsec! | ||
|
||
``````` | ||
cd e2e_tests | ||
cargo test normal_tests | ||
cargo test --features mbed-crypto-provider normal_tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cheers 😅
That's true it's similar on my Fedora system. I applied the principle of least privilege, as in I don't think users other than |
I'd rather be secure than idiomatic, especially since |
Signed-off-by: Hugues de Valon <[email protected]>
e4a56e6
to
2b798a2
Compare
See parallaxsecond/parsec#250 for details. Very early version now just for early feedback.