Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 564748 - app-crypt/libu2f-host: should create group "plugdev" if it doesn't exist
Summary: app-crypt/libu2f-host: should create group "plugdev" if it doesn't exist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 565454
  Show dependency tree
 
Reported: 2015-11-03 04:41 UTC by Göktürk Yüksek
Modified: 2016-01-03 04:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed solution (0001-app-crypt-libu2f-host-create-group-plugdev-564748.patch,2.31 KB, patch)
2015-11-03 23:38 UTC, Göktürk Yüksek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Göktürk Yüksek archtester gentoo-dev 2015-11-03 04:41:20 UTC
libu2f-host creates a special udev rule for non-systemd systems where the new hidraw node is created with the group "plugdev". However, the group "plugdev" doesn't seem to exist by default and ebuild should create it.

Reproducible: Always
Comment 1 Göktürk Yüksek archtester gentoo-dev 2015-11-03 23:38:31 UTC
Created attachment 416044 [details, diff]
Proposed solution

Use enewgroup to create the plugdev group, remind user in postint to add himself to the group plugdev.
Comment 2 Göktürk Yüksek archtester gentoo-dev 2015-12-25 03:27:59 UTC
Github PR: https://github.com/gentoo/gentoo/pull/408