cryptonas-livecd/config/chroot_local-includes/etc/udev/rules.d/z99_local.rules

4 lines
215 B
Plaintext

# 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"