Tagged Questions
The jail tag has no wiki summary.
2
votes
1answer
81 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 ...
2
votes
1answer
269 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?
2
votes
2answers
269 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 ...
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.
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
1answer
352 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
1k 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 ...
1
vote
2answers
189 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, ...
0
votes
0answers
117 views
Routing from inside a jail to the host (FreeBSD and pf question)
Say I have a host server with three interfaces: em0, em1, and lo0. I have a jail with IP 127.0.0.6 which is an alias for 127.0.0.1.
I have a service running in the jail and I can connect to it from ...
0
votes
1answer
123 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 ...
0
votes
0answers
86 views
How can i get access to a file in jail broken iphones
I want to have access to the folder /private/var/root/Library/Caches/ in jail broken iphones. When i tried it using NSFileManager's 'contentsOfDirectoryAtPath' method it shows Permission Denied. ...
0
votes
1answer
209 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
385 views
Emacs: Could not open file: /dev/tty
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.
...
0
votes
2answers
402 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 ...