]> Zhao Yanbai Git Server - minix.git/commit
system.conf: base ipc permissions on process names rather than labels
authorDavid van Moolenbroek <david@minix3.org>
Tue, 7 Dec 2010 12:16:31 +0000 (12:16 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 7 Dec 2010 12:16:31 +0000 (12:16 +0000)
commit7bef45ad3babffdae8359cf03d487a8089ee1bbc
tree551ebe4b79a6e4d93fcfe1953506cc3b8bfccb8a
parenta7285dfabc180cec8e2a67d598c94ae51308474c
system.conf: base ipc permissions on process names rather than labels

From now on, the "ipc" directive in system.conf refers to process names
instead of labels, similar to the "control" directive. The old, more
fine-grained approach is deemed unnecessary and cumbersome at this time.

As side effects, this patch unbreaks late IPC permission computation as
well as the filter driver.
man/man5/system.conf.5
servers/rs/manager.c
servers/rs/proto.h