summaryrefslogtreecommitdiff
path: root/sys-fs/eudev/files/40-gentoo.rules
blob: 365c6ea0d441af11f07355df7235363212f1a79d (plain)
1
2
3
4
5
6
7
8
9
10
# do not edit this file, it will be overwritten on update

# Propably unrequired, check how it is with OSS/OSS4, then remove
SUBSYSTEM=="snd", GROUP="audio"

# Gentoo specific usb group
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="usb"

# Keep this for Linux 2.6.32 support wrt #457868
SUBSYSTEM=="mem", KERNEL=="null|zero|full|random|urandom", MODE="0666"