mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
18 lines
377 B
Plaintext
18 lines
377 B
Plaintext
#
|
|
#
|
|
|
|
#
|
|
# Example devd configuration file for USB printers.
|
|
# Uncomment the notify rule below to enable.
|
|
#
|
|
# Generic USB printer devices
|
|
#notify 100 {
|
|
# match "system" "USB";
|
|
# match "subsystem" "INTERFACE";
|
|
# match "type" "ATTACH";
|
|
# match "intclass" "0x07";
|
|
# match "intsubclass" "0x01";
|
|
# match "intprotocol" "(0x01|0x02|0x03)";
|
|
# action "chown root:wheel /dev/$cdev";
|
|
#};
|