Skip to content
Verified Commit 60b2ca1f authored by Smits Katze's avatar Smits Katze
Browse files

libnss-libvirt: Update apt seccomp filter



Installing libnss-libvirt and enabling it in nsswitch.conf causes the
apt http method to issue getdents and getdents64 syscalls, which are not
whitelisted in its seccomp filter. This makes apt unusable for the most
part, and it breaks unattended-upgrades in particular.

/etc/apt/apt.conf.d/90libnss-libvirt already creates an exception for
getdents syscalls. Update that file in order to allow getdents64
syscalls as well.

Closes: #934474

Suggested-by: default avatarThomas Luzat <thomas@luzat.com>
Signed-off-by: default avatarSmits Katze <smitsohu@gmail.com>
parent 4d6db567
Loading
Loading
Loading
Pipeline #474071 passed with stages
in 27 minutes and 59 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment