snapd
snapd copied to clipboard
The snapd and snap tools enable systems to work with .snap files.
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they wonβt be able to do much. -...
* Add WSL knowledge to `snap-confine` * Add `/var/lib/snapd/lib/wsl/` access permissions to `opengl` interface * Add `/var/lib/snapd/lib/wsl/lib` to `SNAP_LIBRARY_PATH` environment variable in `snapenv` Signed-off-by: Dani Llewellyn To test this you...
This patch adds the usbmuxd interface, providing access to iOS devices. Multiple applications can access the same iOS device at the same time. To avoid concurrency issues, access to iOS...
This is a first go at an interface to allow a snap to register as a Polkit agent. The primary use case is for the Ubuntu Core Desktop system we're...
This is a proof of concept so that strictly confined snaps [can launch easily applications](https://forum.snapcraft.io/t/making-snapds-generated-desktop-files-usable-from-within-a-snap/24413). I'm looking for feedback if this is heading in the right direction. The code works...
Always execute check-skeleton when executing snap pack. Make check-skeleton an implicit hidden option, to not break existing usage. Fixes: LP #1950465
Test that we can update gadget assets when using DOS schema as well. This requires some tweaking in prepare.sh, namely to add the schema, but also on UC20 to drop...
The main purpose of this PR is to try and provide a way for users to solve issues like https://github.com/snapcrafters/discord/issues/23 until we have a more complete solution within snapd itself....
I just couldn't resist the l33tcodeness of the problem of generating these rules with a helper so I fell into a hole and wrote this complex monster of a helper...
This PR serves as a historical collection of all PRs to implement the feature of implementing multi-volume gadget asset updates for UC20+. Everything here is proposed in additional PR's too,...