genode/ports/include/noux_session
Josef Söntgen a77c3dffd0 Noux: add user information support (struct passwd)
There are certain programs which need the information that is stored in
'struct passwd'. This commit introduces configurable user information
support to NOUX.

One can set the user information via <user> in NOUX config:

! <config>
!   <user name="baron" uid="1" gid="1">
!     <shell name="/bin/bash" />
!     <home name="/home" />
!   </user>
! [...]
! </config>

When <user> is not specified default values are used. Currently these
are 'root', 0, 0, '/bin/bash', '/'.

Note: this is just a single user implementation because each Noux instance
has only one user or rather one identity and there will be no complete
multi-user support in Noux. If you need different users, just start new
Noux instances for each of them.
2012-08-22 09:51:28 +02:00
..
capability.h Simplify use of namespace Genode within Noux 2012-04-23 20:43:43 +02:00
client.h Simplify use of namespace Genode within Noux 2012-04-23 20:43:43 +02:00
connection.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
noux_session.h Noux: add user information support (struct passwd) 2012-08-22 09:51:28 +02:00
sysio.h Noux: add user information support (struct passwd) 2012-08-22 09:51:28 +02:00