mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
18cafe9973
This sets the permissions on null, zero, full, random and urandom to 666 which is needed for older kernels. This is part of Gentoo's 40-gentoo.rules which can now be dropped from Gentoo's ebuild. X-gentoo-Bug: 457868 X-gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=457868 Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
5 lines
209 B
Plaintext
5 lines
209 B
Plaintext
# do not edit this file, it will be overwritten on update
|
|
|
|
# Support for Linux 2.6.32, see https://bugs.gentoo.org/show_bug.cgi?id=457868
|
|
SUBSYSTEM=="mem", KERNEL=="null|zero|full|random|urandom", MODE="0666"
|