Skip to content

Opensnitch with different user accounts #719

Discussion options

You must be logged in to vote

hi @ifernandolopez , it's not possible to use the GUI from a different user account while the GUI is running on another user session.

The GUI is composed of 2 components: a grpc server and the GUI itself. In order to use the Qt GUI from different user accounts (local or remote), we should:

  • split the GUI in 2 components
  • make the grpc server a system service
  • connect to the grpc server when the systray icon is launched
  • and implement some kind of user authentication.

Decoupling the server from the UI would allow us to have different UIs (TUI, GUI, web UI, ...). I worked on it a couple of years ago, but I haven't had time to update it https://github.com/gustavo-iniguez-goya/opensnitch/tree/c…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ifernandolopez
Comment options

Answer selected by ifernandolopez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants