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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user