New commands: mknod, mkfifo, mknod_b, mknod_c and umask.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 30 Jun 2009 12:08:34 +0000 (13:08 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 30 Jun 2009 12:10:44 +0000 (13:10 +0100)
commitf850e1f065fb04df7cc87a921ab3c658741cc393
tree1c42da6ab826eb851aeec3c7e902ba8c7184595b
parenta10a2d46f572829fcd1f4266315106f231327d08
New commands: mknod, mkfifo, mknod_b, mknod_c and umask.

These commands are used to create block and char device
nodes or FIFOs (named pipes) in the filesystem.

The umask command is required also because the permissions
used by mknod are masked by the umask.

Also document and guarantee that the umask starts as 022.
TODO
daemon/Makefile.am
daemon/mknod.c [new file with mode: 0644]
daemon/umask.c [new file with mode: 0644]
src/generator.ml