~xnox/snapd:zstd

Last commit made on 2023-03-08
Get this branch:
git clone -b zstd https://git.launchpad.net/~xnox/snapd
Only Dimitri John Ledkov can upload to this branch. If you are Dimitri John Ledkov please log in for upload directions.

Branch merges

Branch information

Name:
zstd
Repository:
lp:~xnox/snapd

Recent commits

065fc54... by Dimitri John Ledkov

Use xnox packages

1b4de1d... by Dimitri John Ledkov

Support zstd compression

0572c42... by Alfonso Sanchez-Beato

tests/nested/manual/fde-on-classic: test appending kernel command

line arguments by using system options.

52c10af... by Alfonso Sanchez-Beato

o/configcore: add flag that will determine if a system option can be

used on a system with modes. Use it for the kernel command line
options.

a0948bc... by Dimitri John Ledkov <email address hidden>

interfaces/nvidia-drivers-support: NVIDIA drivers userspace system setup support (#12591)

* interfaces/nvidia-support: Add support for NVIDIA char devices

Signed-off-by: Dimitri John Ledkov <email address hidden>

* Fix policy tests

* expand nvidiaSupportSummary

* update copyright year

* Rename to nvidia-drivers-support

* Rename files

* go.gofmt fix

---------

Signed-off-by: Dimitri John Ledkov <email address hidden>

ebb3121... by Valentin David

tests/nested/manual/fde-on-classic: fix wrong gadget.yaml

291f4dd... by Philip Meulengracht

cmd/snap-confine: review feedback

Add convenience member "num_homedirs" to the invocation structure, and initialize it when initializing homedirs. Rename sc_invocation_check_homedirs => sc_invocation_init_homedirs. Make sure mounts are bidirectionel.

52a7c50... by Philip Meulengracht

cmd/snap-confine: handle NULL mounts in sc_do_mounts/sc_create_mount_points. Allow dynamic_mounts to be NULL.

49c582a... by Michael Vogt

snap-confine: fix crash in legacy mode on UC16

The code in `sc_bootstrap_mount_namespace()` is not robust again
NULL values in sc_mount_config.dynamic_mounts and crashes in
`sc_create_mount_points()` and `sc_do_mounts()` when that
value is NULL.

This commit fixes the initial crash but it opens the question
if sc_create_mount_points() and sc_do_mounts() should also be
robust against NULL ?

e9ce4c3... by Philip Meulengracht

multiple: review feedback

fix weird indentation and clarify comment