* sigproc.cc (proc_subproc): Restrict permissions on ppid_handle.
* devices.shilka (device::parse): Restore check for tty in unit handling, but without the previous typo. * devices.cc: Regenerate. * devices.h (DEV_CYGDRIVE_MAJOR): Change major number to one used by linux for "user-mode virtual block device".
This commit is contained in:
@@ -100,7 +100,7 @@ enum fh_devices
|
||||
FH_URANDOM = FHDEV (1, 9),
|
||||
FH_OSS_DSP = FHDEV (14, 3),
|
||||
|
||||
DEV_CYGDRIVE_MAJOR = 29,
|
||||
DEV_CYGDRIVE_MAJOR = 98,
|
||||
FH_CYGDRIVE= FHDEV (DEV_CYGDRIVE_MAJOR, 0),
|
||||
FH_CYGDRIVE_A= FHDEV (DEV_CYGDRIVE_MAJOR, 'a'),
|
||||
FH_CYGDRIVE_Z= FHDEV (DEV_CYGDRIVE_MAJOR, 'z'),
|
||||
|
Reference in New Issue
Block a user