The FreeBSD jail mechanism is an implementation of operating system-level virtualization that allows administrators to partition a FreeBSD-based computer system into several independent mini-systems called jails. source: http://en.wikipedia.org/wiki/FreeBSD_jail

learn more… | top users | synonyms

-1
votes
0answers
14 views

How to set up Tiered Chroot jails? [closed]

So here's what is going on. I have a system I want to set up SFTP jails on. Simple enough, I got it done easily. The issue I am running into now is that I want to be able to have a user SFTP jailed to ...
0
votes
1answer
26 views

Execute command in jail

I'm using Jailkit. Is it possible to execute a command inside the jail and get the output (from outside) ? I did a lot of digging in the docs but unable to find anything.
0
votes
0answers
38 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
41 views

jailkit ssh login error

I recently brought on another developer, and as such need to give him some basic SSH access. (SSH only, I don't have any FTP servers installed or configured other than the openssh-server). I am ...
3
votes
1answer
41 views

Fair, secure, efficient, and multi-lingual sandboxing

I'm working on developing a online-judge type system where maybe 100 or so untrusted executables will all be running simultaneously and evaluating the same input data. I'd like each executable to be ...
1
vote
0answers
48 views

Time in the FreeBSD jail is “jumping” every hour

I can't resolve my problem with time in FreeBSD JAIL :( I have set my timezone correctly. And I have commented this line: #1,31 0-5 * * * root adjkerntz -a Here is my ...
0
votes
2answers
78 views

freebsd9 jail can not start jails

I'm trying to start jail in FreeBSD 9 configs: etc/rc.conf: #jails: jail_enable="YES" jail_interface="re0" jail_devfs_enable="YES" jail_procfs_enable="YES" jail_set_hostname_allow="YES" ...
0
votes
0answers
82 views

Async Image Loading Problems - CSS Transitions not triggering DOM Redraw

Working with Jquery Asynchronous Image Loader (JAIL) - https://github.com/sebarmeli/JAIL - but I know that's not causing the problem. I have a page designed with various panels that will come sliding ...
1
vote
0answers
117 views

jailkit SVN cannot set LC_CTYPE locale

help would be appreciated here. I'm trying to set up a root jail on a Ubuntu 12.04 box, and I'm using Jailkit 2.15. I've successfully done this, using ...
2
votes
1answer
90 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 ...
5
votes
5answers
1k views

FreeBSD: jail can not set security.jail.sysvipc_allowed [closed]

There is a problem when I init a PostgreSQL database in a FreeBSD jail. I found an article about the problem. I tried its advice but I didn't have any luck and I don't know why. There is the link: ...
0
votes
2answers
140 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
417 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 ...
1
vote
1answer
132 views

Limit process per Jail [closed]

Is it possible to limit processes per Jail in FreeBSD 8.2 AMD 64 Patch 9? One guy made a patch for FreeBSD 7, but now it is no longer available for download and is for an older FreeBSD version.
1
vote
1answer
156 views

Clojure: light weight jail

Context: In Lua, it's trivial and very cheap (4kb of memory) to create a new Lua VM. Thus, it's trivial to create cheap lua "jails". Then, if the untrusted code misbehaves, I just kill the Lua VM. ...
2
votes
1answer
91 views

How can I customize Capistranos SSH command?

In order to deploy into FreeBSD jails, I need my commands to look like this: ssh user@example.org "jexec 'web_jail' $THE_COMMAND_HERE" ssh user@example.org "jexec 'db_jail' $ANOTHER_COMMAND_HERE" ... ...
0
votes
0answers
301 views

Ubuntu - Jail user to home folder (BASH session)

I'm trying to jail my users to their home folders, however I cannot get it to work. I have got so far as to jail users, however only for sftp connections. I currently get this error when I login using ...
6
votes
3answers
300 views

PHP jailing arbitrary code

We have a Java IRC application where users are allowed to execute arbitrary PHP and get the result. Here is one example of what this is used for: btc: <php>$btc = ...
1
vote
0answers
86 views

Man-in-the-middle: Intercepting an applications function/library calls

Basically, what I want to achieve is to run a program in an environment which will give any value asked by the program on basis criteria decided by me. Say e.g., games regularly query system about the ...
2
votes
2answers
416 views

Host-only networking for FreeBSD jails

I have inherited an environment with multiple FreeBSD6.1 machines running jails. Due to IP exhaustion on the local network, I want to change the jails so that there is 1 routable IP on the physical ...
0
votes
1answer
325 views

jQuery Asynchronous Image Loader Woes

Using jQuery JAIL (jQuery Asynchronous Image Loader) in my site, I've followed all the instructions correctly but for some reason, the images always load first before the plugin takes place... I have ...
3
votes
1answer
1k views

What's the difference between a Linux chroot jail and a FreeBSD jail?

What's the difference between a Linux chroot jail and a FreeBSD jail? Are they synonyms in modern systems? Is one more secure than the other? Is one more flexible?
1
vote
0answers
360 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 ...
2
votes
2answers
874 views

FreeBSD jails and Sockets

I'm quite new to freeBSD switching from Linux. I read about jail, the solution sound great for Server Systems. So my idea for my webserver was to create 3 jails. One jail for mysql, one for nginx and ...
0
votes
1answer
404 views

xrandr: jail mouse

I already asked this questions over at Ask Ubunutu. Unfortunately I have not received an answer. As this question is not Ubunutu specific, I am trying it here. I am using xrandr via console to ...
0
votes
2answers
756 views

Emacs: Could not open file: /dev/tty [closed]

I am trying to run emacs inside a FreeBSD jail. After installing it through the ports in /usr/ports/editors/emacs, when I try to run it, I always get the error. emacs: Could not open file: /dev/tty. ...
3
votes
1answer
942 views

Limit SSH - bash with no commands

So I have been working on this for some time. Would like to know if there is a better way or if I am on the right track. I would basically like to allow some users to login to my server via SSH and ...
1
vote
3answers
2k views

FreeBSD Jail and SSH - /dev/tty: No such file or directory

When I try to connect through SSH from inside the JAIL I get this error: # ssh test@test.com ... debug1: read_passphrase: can not open / dev / tty: No such file or directory Host key verification ...
3
votes
2answers
2k views

Securing git server

I setup a git server over ssh as http://blog.commonthread.com/post/1034988660/setting-up-a-git-server However, I am still able to access the server by ssh and see all the folders on the server. How ...
1
vote
2answers
677 views

How to chroot Django

Can one run Django in a chroot? Notably, what's necessary in order to set up (for example) /var/www as a chroot'd directory and then have Django run in that chroot'd directory? Thank you - I'm ...
1
vote
2answers
232 views

C++: Any way to 'jail function'?

Well, it's a kind of a web server. I load .dll(.a) files and use them as program modules. I recursively go through directories and put '_main' functors from these libraries into std::map under name, ...
2
votes
4answers
5k 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.