Istvan Gabor wrote:
Hello all:
I am trying to set up jetico's bestcrypt on my SUSE 10.0 x86_64. Bestcrypt startup script (/etc/init.d/bcrypt start) creates the bcrypt[0-16] devices in /dev/. The permissions of those files should be 0666 but they are: brw-r----- 1 root disk 188, 0 2005-11-29 22:07 /dev/bcrypt0
I created an udev rule file: /etc/udev/rules.d/10-local.rules that contains: KERNEL=="bcrypt[0-9]*", NAME="%k", MODE="0666" I restarted udev with udevstart but the permissions have not changed, the udev rule did not work.
If the startup script is creating them then udev is out of the picture as long as udev has run before bestcrypt. The permissions/owner must be set in the bestcrypt startup script. No need to create any udev rule if the startup script is creating the device entries. Mark