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

set-up-tee: Mention logout/login for permissions to take effect #904

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ and the user running Oasis Node is `oasis`, you can do:
sudo adduser oasis sgx
```

Failure to do so may result in permission denied errors during runtime startup.
Then, log out from your session (desktop, ssh) and back in for permissions to
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe say something like "If you are planning to run your node from an interactive session, make sure to log out from your ...". Because if you are running via systemd or similar, no such thing is needed as the process manager initializes the session.

take effect.

Failure to do so may result in the "permission denied OS error 13" during
runtime startup.

## AESM Service

Expand Down