
Plugdev is used by many packages' udev rules for pluggable devices. Currently, some of those packages use the system_groups trigger to add it, some forget to add it, and others patch it to "users" or "uaccess" (which breaks the packages on systems that don't use logind). By adding plugdev to the default groups, we get rid of those problems.
29 lines
328 B
Plaintext
29 lines
328 B
Plaintext
root:x:0:
|
|
bin:x:1:
|
|
sys:x:2:
|
|
kmem:x:3:
|
|
wheel:x:4:
|
|
tty:x:5:
|
|
tape:x:6:
|
|
daemon:x:7:
|
|
floppy:x:8:
|
|
disk:x:9:
|
|
lp:x:10:
|
|
dialout:x:11:
|
|
audio:x:12:
|
|
video:x:13:
|
|
utmp:x:14:
|
|
adm:x:15:
|
|
cdrom:x:16:
|
|
optical:x:17:
|
|
mail:x:18:
|
|
storage:x:19:
|
|
scanner:x:20:
|
|
network:x:21:
|
|
kvm:x:24:
|
|
input:x:25:
|
|
plugdev:x:26:
|
|
nogroup:x:99:
|
|
users:x:100:
|
|
xbuilder:x:101:
|