base-linux: Support customization of UIDs and GIDs

With this patch, custom UIDs and GIDs can be assigned to individual
Genode processes or whole Genode subsystems.

The new 'base-linux/run/lx_uid.run' script contains an example of how to
use the feature.

Fixes #510
This commit is contained in:
Norman Feske
2012-11-21 16:50:51 +01:00
parent 959df5d46b
commit 8e831d2224
4 changed files with 166 additions and 14 deletions

View File

@@ -1,3 +1,4 @@
TARGET = test-chroot_loader
SRC_CC = main.cc
LIBS += cxx env
TARGET = test-chroot_loader
REQUIRES += linux
SRC_CC = main.cc
LIBS += cxx env