~ondrak/+git/snapd:master

Last commit made on 2022-02-07
Get this branch:
git clone -b master https://git.launchpad.net/~ondrak/+git/snapd
Only Ondrej Kubik can upload to this branch. If you are Ondrej Kubik please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~ondrak/+git/snapd

Recent commits

5d049a6... by Ondrej Kubik

interfaces: add pkcs11 interface

Signed-off-by: Ondrej Kubik <email address hidden>

73b76b6... by Michael Vogt

Merge pull request #11301 from mvo5/we-want-ca-certs

tests: ensure the ca-certificates package is installed

c398a02... by Michael Vogt

devicestate: ensure permissions of /var/lib/snapd/void are correct

* devicestate: ensure permissions of /var/lib/snapd/void are correct

During the testflinger testing I saw some failures in the
`tests/main/cwd` test where the permissions of the
`/var/lib/snapd/void` directory are incorrect. On systems that
use packaging tools we force the permissions to be 0111 on each
refresh (see `debian/snapd.postinst`). However no such mechanism
exists on core devices. So if for some reason the permissions get
corrupted they never get fixed.

This commit adds code that ensures the permissions are fixed
automatically here too.

b0ce20d... by Michael Vogt

Merge pull request #11177 from shaba/altlinux

many: add altlinux support

fcdc3d4... by Michael Vogt

Merge pull request #11312 from jhenstridge/snap-confine-mode-bug

cmd/snap-update-ns: convert some unexpected decimal file mode constants to octal.

61a9174... by Michael Vogt

Merge pull request #11294 from sergiocazzolato/tests-add-ubuntu2110-virt

tests: use system ubuntu-21.10-64 in nested tests

ec4f965... by Alexey Shabalin

add autogen case for altlinux

Signed-off-by: Alexey Shabalin <email address hidden>

3535aa8... by Alexey Shabalin

dirs: add altlinux to altDirDistros

Signed-off-by: Alexey Shabalin <email address hidden>

2149086... by Sergio Cazzolato

tests: skip version check on lp-1871652 for sru validation (#11310)

* Skip version check on lp-1871652 for sru validation

The test assumes that snapd is built from source but it doesn't happen
for sru validation and the test fails because of that.

44a5d9b... by Maciej Borzecki

Merge pull request #11304 from Meulengracht/feature/add-resource-test

snap/quota: add positive tests for the quota.Resources logic