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

Examplebroker without dbus policy #19

Merged
merged 3 commits into from
Aug 16, 2023

Commits on Aug 16, 2023

  1. Update examplebroker package

    * Rename files to be less verbose
    
    * Update lock strategy on IsAuthorized to prevent read races on
      isAuthorizedCalls map
    
    * Update StartBus func to have a better blocking and cancelling
      mechanism
    denisonbarbosa committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    57a1252 View commit details
    Browse the repository at this point in the history
  2. Remove deprecated script to configure broker

    After the previous changes, it's not longer necessary to configure the
    examplebroker bus on the system.
    denisonbarbosa committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a6db0d5 View commit details
    Browse the repository at this point in the history
  3. Update cmd/main.go with the examplebroker changes

    Now the daemon executes its own system bus and exports the broker on it.
    denisonbarbosa committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6ee887d View commit details
    Browse the repository at this point in the history