Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 564748

Summary: app-crypt/libu2f-host: should create group "plugdev" if it doesn't exist
Product: Gentoo Linux Reporter: Göktürk Yüksek <gokturk>
Component: Current packagesAssignee: Crypto team [DISABLED] <crypto+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=569572
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 565454    
Attachments: Proposed solution

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