source: trunk/debathena/third/schroot/README @ 24167

Revision 24167, 1.7 KB checked in by broder, 15 years ago (diff)
Import schroot upstream into subversion.
Line 
1schroot
2=======
3
4Securely enter a chroot and run a command or login shell.
5
6Note that giving untrusted users root access to chroots is a serious
7security risk!  Although the untrusted user will only have root access
8to files inside the chroot, in practice there are many obvious ways of
9breaking out of the chroot and of disrupting services on the host
10system.  As always, this boils down to trust.  Don't give chroot root
11access to users you would not trust with root access to the host
12system.
13
14For compatibility with existing tools and scripts, wrapper binaries
15for dchroot and DSA dchroot are provided.
16
17
18Build Dependencies
19------------------
20
21An ISO C++ compiler supporting TR1 (e.g. GCC 4.x), or an ISO C++
22compiler and the Boost libraries
23libstdc++ (GNU libstdc++)
24libpam0g-dev (Linux-PAM)
25liblockdev1-dev
26libboost-dev                 }
27libboost-program-options-dev } The Boost C++ libraries
28libboost-regex-dev           }
29uuid-dev (e2fsprogs)
30
31If building from GIT, you will also need:
32gettext (0.16)
33doxygen
34
35
36Translation
37-----------
38
39If you would like to see the schroot messages output in your own
40language, please consider translating the pot file (po/schroot.pot).
41
42
43Building and installation
44-------------------------
45
46Please see the INSTALL file for generic installation instructions.
47Note that the testsuite ("make check") should be run under fakeroot or
48real root in order to work correctly.  There are the following
49additional options:
50
51  --enable-dchroot:      Build dchroot
52  --enable-dchroot-dsa:  Build DSA dchroot
53  --enable-debug:        Enable debugging features (not recommended)
54
55
56Configuration
57-------------
58
59See schroot.conf(5) and schroot-setup(5).
60
61
62Running
63-------
64
65See schroot(1).
Note: See TracBrowser for help on using the repository browser.