diff options
author | Roger Leigh <rleigh@debian.org> | 2007-04-25 20:28:25 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2007-04-25 20:28:25 +0000 |
commit | 9edeb95926e04de6470d632d967e8f425677a07b (patch) | |
tree | a3cad3b50efa0eaa3447100a58794ac0760babc8 /TODO | |
parent | ae0037a4b49c0f7aecb97e0a3617d51f7e3bba11 (diff) | |
download | schroot-9edeb95926e04de6470d632d967e8f425677a07b.tar.gz |
* NEWS: Document the environment-filter key.
* bin/schroot/schroot.conf.5.in: Document the environment-filter
key.
* bin/schroot/schroot.1.in (list): Document environment variables
being set, and configuration of environment filtering.
* sbuild/sbuild-session.cc (run_child): Set SCHROOT_COMMAND,
SCHROOT_USER, SCHROOT_GROUP, SCHROOT_UID and SCHROOT_GID
environment variables, equivalent to SUDO_* variables of the same
name (except for SUDO_GROUP, which does not exist).
* sbuild/sbuild-auth.cc
(auth): Initialise rgid and rgroup members from group database.
(get_rgid): New member function to get rgid.
* sbuild/sbuild-auth.h: Add GROUP error_code and rgid and
rgroup class members.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ the Doxygen-generated documentation in doc/schroot/html/todo.html PENDING ------- +Add SCHROOT_USER environment variable, containing the user who invoked +schroot. + PLANNED ------- |