guix: fix unprivileged user namespaces.

This commit is contained in:
Denis Carikli 2026-05-09 02:59:36 +00:00 committed by Luis Guzmán
parent 309c6137b0
commit f37a7bd08b
4 changed files with 364 additions and 0 deletions

View file

@ -30,4 +30,13 @@ done
changelog "Apply latest fix for #73919 on Ecne"
# Add missing AppArmor profiles for the guix command and
# daemon.
for patch in $(ls -v ${DATA}/apparmor/*.patch)
do
patch_p1 $patch
done
changelog "Apply apparmor fixes on Ecne"
package