3 lines
215 B
Text
3 lines
215 B
Text
# the cryptobox live-cd should not use any device mapper block devices as they
|
|
# are created by cryptsetup -> make it non-writeable for the cryptobox user
|
|
KERNEL=="dm-*", MODE="0600", OWNER="root", GROUP="root"
|