Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix USB scanners not working with RestrictAddressFamilies #167

Merged
merged 1 commit into from Jan 30, 2024

Conversation

Ferdi265
Copy link
Contributor

colord-sane scanner drivers using libusb can't initialize properly with RestrictAddressFamilies set to AF_UNIX. Remove that line to ensure those can work properly.

This also avoids a crash in HPLIP due to unchecked calls to libusb_init().

Fixes #165

colord-sane scanner drivers using libusb can't initialize properly with
RestrictAddressFamilies set to AF_UNIX. Remove that line to ensure those
can work properly.

This also avoids a crash in HPLIP due to unchecked calls to libusb_init().

Fixes hughsie#165
Copy link
Owner

@hughsie hughsie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@hughsie hughsie merged commit 9283abd into hughsie:main Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

colord-sane segfaults on boot/restart via systemd
2 participants