On Fri, Apr 20, 2007 at 06:18:28PM +0200, Lars Täuber wrote:
mmap2(NULL, 123180, PROT_READ, MAP_PRIVATE, 6, 0) = 0xb7bd6000 close(6) = 0 ioctl(5, DM_VERSION, 0x80d5c80) = -1 EACCES (Permission denied) close(5) = 0 Do you think I have a chance to get it working my way without sudo?
No, i am sorry, /usr/src/linux/drivers/md/dm-ioctl.c static int ctl_ioctl(struct inode *inode, struct file *file, uint command, ulong u) { .... /* only root can play with this */ if (!capable(CAP_SYS_ADMIN)) return -EACCES; L. -- Luca Berra -- bluca@xxxxxxxxxx Communication Media & Services S.r.l. /"\ \ / ASCII RIBBON CAMPAIGN X AGAINST HTML MAIL / \ --------------------------------------------------------------------- dm-crypt mailing list - http://www.saout.de/misc/dm-crypt/ To unsubscribe, e-mail: dm-crypt-unsubscribe@xxxxxxxx For additional commands, e-mail: dm-crypt-help@xxxxxxxx