14 lines
424 B
Plaintext
14 lines
424 B
Plaintext
# Load the exact module matching a kernel device alias. Device nodes themselves
|
|
# are supplied by devtmpfs and mdevd applies conservative default ownership.
|
|
$MODALIAS=.* root:root 0600 @modprobe -qb "$MODALIAS"
|
|
null root:root 0666
|
|
zero root:root 0666
|
|
full root:root 0666
|
|
random root:root 0444
|
|
urandom root:root 0444
|
|
console root:tty 0600
|
|
tty root:tty 0666
|
|
tty[0-9]* root:tty 0660
|
|
ttyS[0-9]* root:uucp 0660
|
|
.* root:root 0600
|