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

lomiri.trust-store: init at unstable-2023-10-17 #261919

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

OPNA2608
Copy link
Contributor

@OPNA2608 OPNA2608 commented Oct 18, 2023

Description of changes

Working towards #99090.

trust-store, under Mir 1.x, lets applications spawn a prompt with elevated priority and persists their results. In our Mir 2.x world, it's lacking a Wayland implementation so it can only spawn a new terminal with a whiplash TUI prompt. Will be used by Lomiri's location service and the security & privacy plugin for the system settings app.

I have been unable to get the tests fully working. dbus_test seems generally busted even on upstream's CI, hanging indefinitely waiting for (I think) some DBus call/signal. The UnixDomainSocket* parts of remote_agent_test seemingly fail with a std::system_error: Invalid argument happening when boost::asio::writeing to come child process' socket. I don't understand enough C++, Boost, Unix sockets etc to say what the problem is, nor do I have enough spare time to debug this right now.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
    They all need very specific arguments to not instantly throw exceptions & exit, builds further down the line can seemingly call them properly though.
  • 23.11 Release Notes (or backporting 23.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Copy link
Member

@pbsds pbsds left a comment

Choose a reason for hiding this comment

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

Result of nixpkgs-review pr 261919 run on x86_64-linux 1

4 packages built:
  • lomiri.trust-store
  • lomiri.trust-store.bin
  • lomiri.trust-store.dev
  • lomiri.trust-store.doc

LGTM

@pbsds pbsds merged commit ef7e796 into NixOS:master Dec 17, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants