forked from pool/s390-tools
6 lines
179 B
Plaintext
6 lines
179 B
Plaintext
|
#
|
||
|
# Rule for prandom character device node permissions
|
||
|
# This file should be installed in /usr/lib/udev/rules.d
|
||
|
#
|
||
|
ACTION=="add", SUBSYSTEM=="misc", KERNEL=="prandom", MODE="0444"
|