guix: fix unprivileged user namespaces.
This commit is contained in:
parent
309c6137b0
commit
f37a7bd08b
4 changed files with 364 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue