A chroot on Unix operating systems is an operation that changes the apparent root directory for the current running process and its children.

learn more… | top users | synonyms

0
votes
0answers
5 views

How can I create a clean jail/chroot-like system within a Linux install in order to package it as a .deb/.rpm?

I'm looking into using package management for web app deployment and I'm wondering how to create a clean environment (similar to Python's virtualenv) that can be packaged and versioned later. In other ...
0
votes
0answers
50 views

How to allow non-root user to call chroot(2)?

Is it possible to allow a certain user (except root user) to call chroot(2)? I'm developing a daemon process which calls chroot(2), but I want to avoid running it under root account. If it requires ...
0
votes
1answer
18 views

How do I configure chrooted account on CentOS 6 to use mercurial (python library issue)

I'm trying to eradicate FTP from our web publishing routines and have installed Mercurial on our server. I've been pushing to the live repositories for some time to various user accounts on the ...
0
votes
0answers
14 views

User put in chroot on login [closed]

So I have followed a simple tutorial about how to setup chroots using schroot and debootstrap. However, I have looked around and can't find an actual good tutorial on how to make it so that when a ...
1
vote
0answers
28 views

No write access inside chroot

I got a chroot jail in which I 'd like to compile some files using GCC. The file system structure of the jail is the following (by the ls command) total 36 drwxr-xr-x 1 user root 4096 May 8 20:49 ...
0
votes
0answers
54 views

Apache + PHP-FPM + chroot results “File not found.” error

I want to set chroot to the DocumentRoot using PHP-FPM pools' chroot attribute. With the settings below, whatever I do I get only a "File not found." error: /etc/php5/fpm/pool.d/example.conf ...
1
vote
1answer
62 views

Network not functioning on an ARM Linux rootfs with fakeroot/fakechroot

I have created a rootfs using buildroot, but using a crosstool-ng tool chain with glibc. This showed me the minimal set of files necessary. I then replaced all the libraries with ones pulled ...
0
votes
0answers
36 views

How to jail each virtualhosts (users) into individual directories using Linux bash script? [closed]

I am using Ubuntu 12.10, Apache2.2, PHP-FPM. My aim is to set up a working ([free]) shared hosting system, that means I want to create new Linux users and jail (equals to chroot, I guess) them into ...
0
votes
0answers
43 views

communicate android x86 4.0-RC2 with ubuntu 10.04 (chroot)

I'm using android x86 as the base OS and ubuntu 10.04 in the chroot. I'm still beginner in linux. how can I let android x86 communicate with ubuntu 10.04 (chroot)? can I use IPC? like ashmem for ...
1
vote
1answer
16 views

Issue with chroot and bindfs

I am running into a special issue (maybe a bug) when using Bindfs and chroot. I have created a sample sandbox directory which contains nodejs and all of its dependencies so as to be able o run inside ...
0
votes
1answer
40 views

does chroot() require root privileges?

Everything is in the question. When I try to use chroot with "." or the complete pathname as argument, perror tells me "Operation not permitted". If the answer to my question is yes, is there another ...
0
votes
1answer
71 views

chroot alternative

I'm working on a webapp (running on an Ubuntu server) that will allow the user to run Octave code (basically Matlab). However, I only want them to be able to read or modify folders in their designated ...
0
votes
0answers
33 views

chromium-browser, panda, chroot from oneiric

I installed Android on Panda as described at pandaboard.org/content/resources/android-setup and friends. From ubuntu-11.10-preinstalled-server-armel+omap4.img.gz raw image I got second partition and ...
0
votes
2answers
299 views

Access Google Drive locally on Chromebook via Crouton

I am using a Samsung Chromebook with the Crouton chroot environment (https://github.com/dnschneid/crouton). This has revolutionized my view of how practical a Chromebook can be for developer-type ...
0
votes
0answers
35 views

how to restrict folders to user (as using openssl chroot)

hi guys. i'm searching for openssl's manual(chroot) that restrict folders to user. for example. account :test home directory : homw/www/www.example.com/ wanna see and use in home ...
1
vote
1answer
175 views

cannot do chroot with init shell script in android

I want to run glibc within Android ICS Emulator, for which I have bundled the glibc as a separate folder in AOSP root folder, with Android.mk in it with below contents: LOCAL_PATH:= $(call my-dir) ...
0
votes
0answers
159 views

Mount pendrive in chroot on Android

I have a fedora chroot running on an Android device and want to be able to plug a USB pen drive into the Android device and have it accessible to a user in the fedora chroot. The pen drive is ...
0
votes
0answers
37 views

Use chroot (?) to test driver on Ubuntu 12

I need to compile and test a database driver on Ubuntu 12 while at the same time keep my system running to I can use the existing (half) working driver. Years ago I saw chroot advertised as a tool ...
0
votes
0answers
17 views

how make cgi connection from apache to second local webserver

I've apache webserver insite chroot (squeeze) and when queried by a webclient it serves the cgi query but it wont make a cgi connection to an other local webserver jetty within the same chroot. When ...
0
votes
0answers
40 views

How to map schroot guest path to a host path

I have an schroot on Ubuntu, named myscript1. In that chroot I run a script that I give an output path. Say /tmp/out. I would like to map that path to the host file system. In this particular case ...
0
votes
1answer
36 views

Using execlp after jailing a process

Basically I want to execute a shell command inside a jailed process. When I try the below code(both as a normal user & root user), it produced no output if(!(pid=fork)){ ...
1
vote
3answers
131 views

How to target Debian stable but develop on testing?

We have some C++ applications which are developed specifically and only for Debian stable (x86). Currently, development of these application is also done using a Debian stable (x86) system so the ...
0
votes
1answer
209 views

RPM -i fails to open file while creating a chroot jail

I've been searching around for this error but can't find anything. I'm trying to create a chroot jail on a Centos 6.2 64 bits release, and I'm doing the following: mkdir -p /home/chroot/ mkdir -p ...
0
votes
1answer
73 views

Apach2 mod_ruid2 and RDocumentChRoot — Can't Connect to MySQL Database

In Apache2 virtualhost, I've got mod_ruid2 working as I want using RMode stat. I added RDocumentChRoot to chroot the process to the website folder and an unwanted side-effect is that PHP can't ...
2
votes
1answer
79 views

chroot alternative for threads

I know that you can't technically chroot a thread, but I'm looking for functional alternatives that would limit the amount of permissions to an existing set of tasks within a thread. Edit: This is ...
0
votes
1answer
231 views

User environment is not sourced with chroot

I have a little problem with a chroot environment and I hope you could help me :) Here's my story: 1 - I created a user demo (with a home like /home/demo) and I chrooted him thanks to a script ...
0
votes
0answers
153 views

Use schroot replacing lxc

I have been using lxc for a while, but I found the configuration and documentation hard to follow, is not clear what to do sometimes and any new version means a lot of changes in my code. I was ...
2
votes
1answer
917 views

org.gnome.SessionManager in Ubuntu 12.04 chroot

I'm trying to test totem in a minimal chroot (host and chroot both ubuntu 12.04 amd64). When I load a video, I get the error ** (totem:25660): WARNING **: Problem inhibiting the screensaver: ...
0
votes
1answer
155 views

Chroot command for a Ruby process

Having the following app.rb Ruby application: #!/usr/local/Cellar/rbenv/0.3.0/versions/1.9.3-p194/bin/ruby require 'rubygems' require 'sinatra' get '/pwd' do `pwd` end I'm able to start it as a ...
0
votes
1answer
97 views

execute terminal command in isolated unix environment [closed]

I am writing a webapplication in which users are able to execute git, bzr, and hg commands on the server. Basically, a user writes the git/bzr/hg command into a html form, hits a button, the command ...
0
votes
0answers
81 views

Problems trying to compile custom wget for plesk 10 chrooted environments

I'm trying to compile a custom wget for plesk 10 chrooted environments so that domain suers can use wget in a cron job. I seem to have most of it going, but for some reason the lib directory is not ...
1
vote
1answer
117 views

running snmp with chroot is not giving current values

While I am running snmpd as following (using net-snmp 5.7.2.rc1,ubuntu-12.04) [root@manage /root]#snmpd –f -Le [root@manage /root]# snmpwalk -c public -v 2c 127.0.0.1 IF-MIB::ifInOctets.1 ...
1
vote
1answer
78 views

running binary with chroot facing issues

#usr/sbin/chroot /var/snmp3/ /usr/local/bin/ionline /usr/sbin/chroot: syntax error near unexpected token `execve("/var/snmp3/",' /usr/sbin/chroot: /usr/sbin/chroot: line 1: `execve("/var/snmp3/", ...
0
votes
0answers
123 views

Can not get Ghostscript to run in chroot on OpenBSD

I have webinstall which wants to use gs (ghostscript) to convert .ps to pdf. But it will not work on openBSD 4.9 because of "chroot" web server ( and I want to stay in "chroot" dirs ) I try to copy ...
0
votes
0answers
120 views

Give sftp users access to specific folders [closed]

I have a Ubuntu 12.04 machine that i'm trying to turn in to a file server of some sort. At the moment i have sftp and chroot set up so that users have access to their own home directory. But I also ...
2
votes
1answer
88 views

git log command prints nothing in chroot

I made chroot jail using script make_chroot_jail.sh, then added git by copying /usr/bin/git*, all libraries that these binaries need and /usr/share/git-core now i can init, clone commit, push and so ...
0
votes
0answers
184 views

vsftpd in a chrooted ubuntu environment on android

I'm running a chrooted ubuntu 12 distro on my Android GalaxyTab and myTouch 4G phone. I have the LAMP stack running and everything is pretty smooth, but I can't get this simple vsftpd to work on ...
1
vote
1answer
198 views

clock_gettime fails in chrooted Debian etch with CLOCK_PROCESS_CPUTIME_ID

I have setup a chrooted Debian Etch (32bit) under Ubuntu 12.04 (64bit), and it appears that clock_gettime() works with CLOCK_MONOTONIC, but fails with both CLOCK_PROCESS_CPUTIME_ID and ...
1
vote
2answers
216 views

What system files need to be in a jailed environment for php-fpm to function properly on ubuntu?

I'm using php5-fpm on ubuntu 12.04, and have separate pools and chroot locations for each domain hosted with nginx. However, I know that some system files need to be directly in the jail, but which ...
-1
votes
1answer
409 views

Node.js and chrooting the current process

I have a need to only run a certain portion of code from a node.js script under a chroot. I've setup the the chroot and am using the daemon.chroot. The chrooting works great, but I need to be able to ...
0
votes
2answers
133 views

Python error when runs in chroot

I try to run some Python programs in chroot and I get the following error Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> ...
6
votes
2answers
410 views

Python: Securing untrusted scripts/subprocess with chroot and chjail?

I'm writing a web server based on Python which should be able to execute "plugins" so that functionality can be easily extended. For this I considered the approach to have a number of folders (one ...
2
votes
1answer
123 views

Bash Scripting; giving commands to programs stdin

I am very new to bash scripting. I have the following script: cp /etc/apt/sources.list /var/chroot/etc/apt/sources.list chroot /var/chroot/ apt-get update apt-get --simulate install $a > output ...
0
votes
1answer
147 views

How to execute linux command in a chroot jail

I need to code a jailed command executor and it needs to execute linux command, I've tried copying /bin to my new root, but system() (e.g. system("ls")) still doesn't work. I've read about copying ...
2
votes
2answers
802 views

chroot into other arch's environment

Following the Linux from Scratch book I have managed to build a toolchain for an ARM on an ARM. This is till chapter 6 of the book, and on the ARM board itself I could go on further with no problems. ...
0
votes
1answer
76 views

How to detect chroot on illumos/solaris?

How can a running C-program detect if it is running in "chroot" on illumos/solaris? There is a Debian utility [1] which uses some tricks on linux, freebsd, hurd. How to do it on illumos/solaris? ...
0
votes
0answers
270 views

Issue with (cURL + SSL + PHP-FCGI + Chroot)

cURL is failing with this error log: About to connect() to xx.xxxxx.com port 443 (#1)" Trying xx.xx.xx.xx... " connected" Connected to xx.xxxxx.com (xx.xx.xx.xx) port 443 (#1)" Initializing NSS with ...
1
vote
1answer
321 views

How to execute shell command inside a chroot jail

I have a problem with the execution of shell commands inside a chroot jail. Here is an exemple: #include <stdio.h> #include <unistd.h> #include <errno.h> #include <string.h> ...
0
votes
0answers
152 views

After chroot and chdir, corresponding execv fails, returning EACCESS to parent process

I am trying to sandbox a utility in C. I followed the below steps: Created the sandbox resources file,directory, sharpoint for that utility under folder /sandbox/myutil. From "c" code, called ...
0
votes
0answers
495 views

Resolve chroot problems with php5-fpm

I am using Apache (and can't switch to nginx or lighttpd because of the customers), and as many others, I have problems with the following variables: $_SERVER["SCRIPT_FILENAME"] ...

1 2 3