freebsd-dev/sbin/mdconfig
Jaakko Heinonen 734e78dfcb Disallow attaching preloaded memory disks via ioctl.
- The feature is dangerous because the kernel code didn't check
  validity of the memory address provided from user space.
- It seems that mdconfig(8) never really supported attaching preloaded
  memory disks.
- Preloaded memory disks are automatically attached during md(4)
  initialization. Thus there shouldn't be much use for the feature.

PR:		kern/169683
Discussed on:	freebsd-hackers
2012-11-21 16:56:47 +00:00
..
Makefile Remove ancient vnconfig symlink 2012-07-07 17:20:27 +00:00
mdconfig.8 Add an example showing the use of gnop(8) to skip over header data. 2012-11-04 03:19:07 +00:00
mdconfig.c Disallow attaching preloaded memory disks via ioctl. 2012-11-21 16:56:47 +00:00