Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
1 merge request!166libnss-libvirt: Update apt seccomp filter
Pipeline #474071 passed
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