-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add account root that owns all accounts created at boot #554
Conversation
- Add AuthDelegateSys that forwards auth - Add prods-strong and prods-weak to ProducerSys - root is authorized by prods-strong
…nly worked before because it was only being called during boot, when auth checking is disabled.
services/system/AuthDelegateSys/include/services/system/AuthDelegateSys.hpp
Show resolved
Hide resolved
PR title suggests that all accounts created by packages are owned by root, but actually they are owned by whatever sender installs them, and system packages are installed by root. |
Non-root doesn't quite work due to the restrictions on account creation |
No description provided.