-
Notifications
You must be signed in to change notification settings - Fork 0
/
devfs.rules
28 lines (23 loc) · 906 Bytes
/
devfs.rules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[bastille_xorg=99]
add include $devfsrules_hide_all
add include $devfsrules_unhide_basic
add include $devfsrules_unhide_login
# Remove comments in the next 2 lines to allow access to soundcard
#add path 'mixer*' unhide
#add path 'dsp*' unhide
# Remove comment in the next line to allow access to all output/input sound devices
# This is mandatory to get microphone working
#add path 'sndstat' unhide
# Remove comments in the next 2 lines to allow access to Webcam
#add path 'cuse*' unhide
#add path 'video' unhide
# Remove comments in the next 5 lines to allow access to Videocard for 3D
#add path 'dri' unhide
#add path 'dri/*' unhide
#add path 'drm' unhide
#add path 'drm/*' unhide
#add path 'pci' unhide
# Remove comments in the next 2 lines to allow access to USB devices.
# Mandatory if Webcam and Headset is connected via USB
#add path 'usb' unhide
#add path 'usb/*' unhide