Merge from vendor branch LIBARCHIVE:
[dragonfly.git] / etc / devices.conf
1 ##############################################################################
2 #
3 # Local device ownership and permissions configuration file, used
4 # by MAKEDEV(8).
5 #
6 # See the devices.conf(5) man page for more information on how to override
7 # device node ownership and/or permissions, and the general format of this
8 # file.
9 #
10 # $DragonFly: src/etc/devices.conf,v 1.1 2005/03/22 00:40:52 dillon Exp $
11 #
12 ##############################################################################
13
14
15 # In conjunction with a tape autochanger device, the bacula-sd storage daemon
16 # (belonging to the operator group) needs read and write access to /dev/pass0.
17 # It won't be able to change tapes, load/unload slots, etc. otherwise.
18 #pass0  root:operator   660     # MAKEDEV(8) default is 600