Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
5answers
2k views

Detecting a chroot jail from within

How can one detect being in a chroot jail without root privileges? Assume a standard BSD or Linux system. The best I came up with was to look at the inode value for "/" and to consider whether it is ...
5
votes
4answers
472 views

On Linux do people chroot a Java Web Application or use IPTables and run as non-root?

When you run a Java Servlet Container that you would like to serve both static and dynamic content on port 80 you have the classic question of whether to run the server as: As root in hopefully a ...
4
votes
4answers
231 views

How to (legitimately) access files after putting self into chrooted sandbox?

Changing a Linux C++ program which gives the user limited file access. Thus the program chroots itself to a sandbox with the files the user can get at. All worked well. Now, however, the program ...
4
votes
7answers
2k views

fork/chroot equivalent for Windows server application

I have written a small custom web server application in C running on Linux. When the application receives a request it calls fork() and handles the request in a separate process, which is chrooted ...
4
votes
5answers
698 views

chroot + execvp + bash

Update Got it! See my solution (fifth comment) Here is my problen: I have created a small binary called "jail" and in /etc/password I have made it the default shell for a test user. Here is the -- ...
3
votes
1answer
59 views

How does chroot affect dynamic linking?

Here's the scenario I'm having: I've created a debootstrap ubuntu maverick (64-bit) environment. I placed it at /env/mav/ on my ubuntu (64-bit) lucid system. I can chroot into /env/mav and can ...
3
votes
4answers
152 views

How to exit a chroot inside a perl script?

While writing a perl script intended to fully automate the setup of virtual machines (Xen pv) I hit a small maybe very simple problem. Using perl's chroot function I do my things on the guest file ...
3
votes
2answers
97 views

C : system() call inside chroot

I have a program written in C, which runs chrooted, inside a jail, that makes some system calls e.g system ( "ls" ). The problem is that the program does not execute the system calls when I run it ...
3
votes
1answer
135 views

how to safely receive files from end-users via rsync

I'd like to allow users of my web application to upload the contents of a directory via rsync. These are just users who've signed up online, so I don't want to create permanent unix accounts for them, ...
3
votes
2answers
173 views

Python script opening a bash prompt terminating the script

I want to write a chroot wrapper in python. The script will be copying some files, setting up some other stuff and then executing chroot and should land me in a chroot shell. The tricky part is that ...
3
votes
3answers
554 views

How to run a command in a chroot jail not as root and without sudo?

I'm setting up a minimal chroot and want to avoid having sudo or su in it but still run my processes as non-root. This is a bit of a trick as running chroot requiers root. I could write a program that ...
3
votes
2answers
2k views

Best Ubuntu setup for 32-bit *AND* 64-bit Qt app development?

I'm developing a qt-based application and i would like to develop both 32 and 64bit version of the application on the same machine, sharing the same sources, scripts, etc.. The machine is an Ubuntu ...
2
votes
2answers
51 views

Is it possible let chroot jails share directories(read-only) outside the jail?

I have muliple chroot jails, I want them to share some directories, currently I have to copy these directories into jails which I think is not elegant. The directories are read-only, like '/usr/bin'. ...
2
votes
1answer
78 views

I need some tips on implementing the chroot command in C

I am tasked with writing a simple shell along with these three commands: "nl", "head", "chroot"(with no parameters). I've written nl.c and head.c but I don't know where to start with the chroot.c. ...
2
votes
1answer
190 views

Apache Chroot - ibase_connect failure

Apache 2, running mod_chroot. Can access basic html and php script fine. This test script works fine using cli php, so I know connection string is fine. $host = '127.0.0.1:pubdata'; $password ...
2
votes
2answers
249 views

Can I restrict access to certain files for a certain process?

Is it possible to start a process in Linux, and restrict its access to certain files/directories? For example: $ start-process --enable-dir=./sandbox --exec="some-script.sh" some-script.sh won't be ...
2
votes
2answers
461 views

Bash: Chroot command passing 2 string parameters or better run a series of commands

I would like to do something like this: chroot /mount-point /path/to/script $var1 $var 2 Will this work? Will the chrooted Perl script be passed on these 2 parameters? If not, how to do this? ...
2
votes
3answers
248 views

Call external script within chroot environment

I use a chroot development environment for developing software for devices. The chroot dev environment isolates the rest of my system from my build-system hacking. The chroot environment is ...
2
votes
3answers
1k views

Access Control Lists in Debian Lenny

So, for my clients to who have sites hosted on my server, I create user accounts, with standard home folders inside /home. I setup an SSH jail for all the collective users, because I really am ...
2
votes
4answers
2k views

How to jail linux user

Is there something similar to chroot, but for users? We are about to grant access to our servers for a client and would like them to see only the directories we allow.
2
votes
2answers
2k views

Python and os.chroot

I'm writing a web-server in Python as a hobby project. The code is targeted at *NIX machines. I'm new to developing on Linux and even newer to Python itself. I am worried about people breaking out of ...
1
vote
2answers
38 views

Prevent my program from accessing the filesystem

I have a program that may be compromised, but needs root rights initially. Currently, the program chroots into a preconfigured directory and then drops the privileges. However, I would like to ...
1
vote
1answer
127 views

PHP can't connect to my chrooted MySQL socket?

So I've set up a MySQL chroot on CentOS. MySQL is effectively confined to /opt/chroot/mysql/, and I've modified the /etc/init.d/mysqld file so that everything runs fine. I can (as root) connect to the ...
1
vote
1answer
243 views

Override libc functions called from another libc function with LD_PRELOAD

I've a project aiming to run php-cgi chrooted for mass virtual hosting (more than 10k virtual host), with each virtual host having their own chroot, under Ubuntu Lucid x86_64. I would like to avoid ...
1
vote
0answers
165 views

rssh chroot connection closed problem

So I have setup a rssh chroot, working fine but when I switch on per-user restriction to their home folder inside of the chroot, I get connection closed right after login. syslog ends with chroot cmd ...
1
vote
0answers
426 views

Code for Screen Capture any screen of Android

I am looking for the code which will be able to take screen shot of the any android screen.. I have a device running in rooted mode.. I searched on net.. but all I get informaiton is that it requires ...
1
vote
1answer
150 views

how to install chroot dependencies?

hello there is ubuntu img which is made by rootstock to run in ARM architecture but I can't chroot the img many people say this is dependencies problem if I do not have the loader and/or shared ...
1
vote
1answer
454 views

ubuntu on android unable to open display chroot

hello I am using ubuntu on android(with chroot) I am trying to execute xev (to change the volume button to CTRL) but every time I trying to open up xev, it says unable to open the display '' or ...
1
vote
1answer
206 views

How can I detect I am running in a chroot() environment without being UID 0? [closed]

Possible Duplicate: Detecting a chroot jail from within Detecting whether your process is executed in a chroot() environment on Linux is relatively easy: by comparing the device/inode of ...
1
vote
1answer
101 views

Using distutils to install INTO a chroot'ed environment

I maintain a chrooted Linux image and I have a package that I'd like to install into that chrooted image. Both packages end up getting installed into both locations; I can't figure out what is going ...
1
vote
0answers
169 views

Install a deb inside a chroot

I have (or soon will have) a puppet script that installs a number of packages via apt-get. I need them to be accessible from inside a chroot. Is there an easy way to set that up? My first thought is ...
1
vote
2answers
164 views

User-dependent file content

For some unfortunate reasons, I have to convert a proprietary and binary library from a one-user per workstation to a multi-user per workstation setup. Current setup. A user uses a program linked ...
1
vote
0answers
491 views

executing service (openoffice headless) in chroot is slow

I created an ubuntu chroot environment (using debootstrap) and started openoffice as a service to convert files using unoconv. It works but it spends about 20s to do conversions which are below 1s ...
1
vote
3answers
197 views

What method(s) do you use to test a debian/ubuntu package?

I'm talking about testing a package that you're building, especially one that spawns a daemon and/or fiddles with init.d. Do you log into some sort of chroot? Do you create a virtualized distribution ...
0
votes
1answer
45 views

openssl inside a chroot

I'm getting the following error when I try to make an ssl connection from inside a chroot jail: twisted.internet.error.ConnectionLost: Connection to the other side was lost in a non-clean fashion. ...
0
votes
1answer
30 views

How to create reference to /dev in a chroot jail that is deletion-proof?

I need to create a chroot jail for my program. The program needs the contents of /dev to execute properly. I don't want to copy the contents of /dev in the chroot jail, because I want to avoid the ...
0
votes
1answer
40 views

Web service call in Python (Twisted + ZSI) not working in chroot jail

I have a Python script that calls a web service using ZSI with Twisted. On Linux, I'm running this script and it works fine. Now, I want this script to run in a chroot jail which is somewhere in my ...
0
votes
1answer
78 views

Bash: executing commands from within a chroot and switch user

Im writing a script that should do this... chroot /chroot_dir/ su - ./startup.sh (This should run within the su environment) I have tried this approach: chroot /chroot_dir /bin/bash -c " su -; ...
0
votes
1answer
82 views

How to run wine inside a chrooted environment in ubuntu?

I'm trying to run wine inside a 'pseudo' jail inside Ubuntu. I've been able to debootstrap an Ubuntu install and run wine inside it so far. Problem is that there are a LOT of libraries that are ...
0
votes
1answer
136 views

Ubuntu - chroot virtual system for ssh/ftp user

I have a webserver running Ubuntu 11.10 I just store a copy of my projects' sources, but now I'm thinking to allow a user to access via SSH the system. I'd like to create such a virtual machine, in ...
0
votes
1answer
33 views

Windows - Private hosts file for a certain environment

I've an application running on a dev server and connecting to a dev-db hosting an oracle instance. Now i'm deploying the on a prod/prod-db machine Since the dev-db url is hardcoded inside the java ...
0
votes
0answers
21 views

Program does not give output when called by another program under chroot

I have an issue when I try to call a program (let this be program A) from another program ( let this be program B ), when they are chrooted. The program A does not give stdout, while program B gives ...
0
votes
1answer
61 views

Debugging python script executed in chroot environment

Is there a way to debug python script which is executed inside chroot by eclipse which is installed on my machine and chroot doesn't see it? I am not allowed to install eclipse inside chroot.
0
votes
0answers
630 views

OpenSSH, ChrootDirectory, Permission denied, please try again

Band, I've been struggling for a few hours looking for any clue whatsoever to get one silly thing fixed. Problem is: i have a NAS running busybox; on this NAS i installed emdebian, which makes a very ...
0
votes
1answer
765 views

Entering superuser mode with adb shell(on windows) on samsung galaxy s2

Hey i tried to install chroot ubuntu on my phone but it was unsuccessful on my galaxy s2(stock kernel,supports loop devices).The problem i think is that the adb shell is not granted superuser ...
0
votes
2answers
131 views

Call chroot in PHP

For security reasons, some applications are isolated in a chroot environment. I need to call this applications through a PHP script. Something like that : exec('chroot /path/to/chroot command') I ...
0
votes
1answer
109 views

How to build to chroot using Eclipse CDT?

I've got a chroot environment with everything needed for building a complex C++ project, using make (it's for a specific Linux distribution). I would like to use Eclipse CDT (outside the chroot ...
0
votes
1answer
188 views

How a chrooted process can access its library dependencies?

After I put a process in a chroot jail, it can access libc.so library that is outside of jail. Why or maybe how? If we have a soft link referring to a file outside of jail, can we access the main ...
0
votes
1answer
79 views

Running jailkit from non-root process

I have a webserver which will frequently spawn a latex interpreter (written in python). This interpreter lives inside a chroot jail made using jailkit so it has to be started as root. I don't want ...
0
votes
0answers
91 views

What directory should be chrooted with mod security 2 in apache 2 on debian?

Everything works fine until I add the line SecChrootDir to apache2.conf: # Basic configuration options SecRuleEngine On [...] SecChrootDir /var/www Then I change this line in ...

1 2