Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59394
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.094 |
| X-Spam-Evidence | '*H*': 0.82; '*S*': 0.01; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'jail': 0.16; 'subject:install': 0.16; 'sure.': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'thu,': 0.19; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; "d'aprano": 0.31; 'steven': 0.31; 'there,': 0.34; 'received:google.com': 0.35; 'google': 0.35; 'there': 0.35; '14,': 0.36; 'next': 0.36; 'operating': 0.37; 'nov': 0.38; 'to:addr :python-list': 0.38; 'pm,': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'discuss': 0.62; 'websites': 0.72; 'friend': 0.79; 'many,': 0.93; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=hXBlVDQoU2IKzsh0j6Ht8skr1nIhyLgd4dqHm5lNNDg=; b=uPR3LM908ry7V+Z1toaIcLsdaH7D4inVsxsirpNS592g78EU8kcJcGsa8RNYkw7F/n J+H+4nQlCb7LbnMMZEXAK21naIueRa7arIHH4tx1G4BVx9SQSIpj3UXNcxyRYa171CU1 pDUrLDU8NxMbMfJKrfKF9VG/foH7uFTEfTKVsAhPouOuIayO+qZuaIXf0CBD5kqTJc93 OycKAoAxZMZ/4Y9tqw+895RbjH3PQiAME5qrlBY0w/kZ8+jRyXbSbA23nXF8EiLopXgP Kta+YC8b7fX1HnHObO1R5HEoioscf6JDAFD1J2vDZ03SshEc2l2b03Vvmhznw18swBDs OZ2A== |
| MIME-Version | 1.0 |
| X-Received | by 10.69.20.10 with SMTP id gy10mr5095018pbd.180.1384396011795; Wed, 13 Nov 2013 18:26:51 -0800 (PST) |
| In-Reply-To | <528431a0$0$29975$c3e8da3$5496439d@news.astraweb.com> |
| References | <510a8652-1097-4327-9dda-56454142cda4@googlegroups.com> <mailman.2562.1384386029.18130.python-list@python.org> <7ec1dd11-45f9-414f-9ee7-906a2b265677@googlegroups.com> <528431a0$0$29975$c3e8da3$5496439d@news.astraweb.com> |
| Date | Thu, 14 Nov 2013 13:26:51 +1100 |
| Subject | Re: chroot to install packages |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2578.1384396383.18130.python-list@python.org> (permalink) |
| Lines | 10 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1384396383 news.xs4all.nl 15889 [2001:888:2000:d::a6]:54316 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:59394 |
Show key headers only | View raw
On Thu, Nov 14, 2013 at 1:12 PM, Steven D'Aprano <steve+comp.lang.python@pearwood.info> wrote: > The next bit is the part I have no idea about... use your operating > system tools to set up a chroot jail for "inside.py". Google is your > friend there, I'm sure there will be many, many websites that discuss > chroot jails. I think Python has os.chroot? Not sure. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
chroot to install packages Himanshu Garg <hgarg.india@gmail.com> - 2013-11-13 06:31 -0800
Re: chroot to install packages Chris Angelico <rosuav@gmail.com> - 2013-11-14 10:40 +1100
Re: chroot to install packages Himanshu Garg <hgarg.india@gmail.com> - 2013-11-13 17:52 -0800
Re: chroot to install packages Chris Angelico <rosuav@gmail.com> - 2013-11-14 13:00 +1100
Re: chroot to install packages Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-14 02:12 +0000
Re: chroot to install packages Chris Angelico <rosuav@gmail.com> - 2013-11-14 13:26 +1100
Re: chroot to install packages Himanshu Garg <hgarg.india@gmail.com> - 2013-11-14 01:29 -0800
Re: chroot to install packages Chris Angelico <rosuav@gmail.com> - 2013-11-14 20:32 +1100
Re: chroot to install packages Himanshu Garg <hgarg.india@gmail.com> - 2013-11-14 01:41 -0800
csiph-web