Skip to main content

Questions tagged [chroot]

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

0 votes
1 answer
128 views

Normal Nano interface: My error: There are all dependencies from ldd /usr/bin/nano output in chroot jail: tree lib lib64 lib `-- x86_64-linux-gnu |-- libacl.so.1 |-- libc.so.6 |-- ...
Happy Trash Bin's user avatar
0 votes
1 answer
74 views

I am implementing two Internal BIND DNS servers on ubnutu 22.04 (forwarding and caching) to replace CISCO umbrella (paid). All internal domain traffic will be forwarded to our Domain Controller, and ...
Syed Zeeshan Ali's user avatar
0 votes
1 answer
156 views

the goal is to create something like docker but use traditional way, chroot. I started by create a partition as ext4 and mount it on /srv/container/test and install standard linux system with pacstrap ...
ReYuki's user avatar
  • 41
1 vote
1 answer
311 views

I use an rsync wrapper script to synchronize or backup to/from various directories on different servers. The script invokes rsync (obviously), and in some configurations ln on the server. Restricting ...
janeden's user avatar
  • 301
1 vote
3 answers
1k views

I understand that chroot allows to isolate Postfix, so if an attacker gives an access to one of a Postfix program, he cannot maliciously change something outside of the chrooted directory. Seems that ...
Ilya Ordin's user avatar
1 vote
1 answer
471 views

I'm trying to work out a process for remote installation of Ubuntu Server. I want to have someone at the other end insert a flash drive and boot up, then I will ssh in and install. Here's the process ...
Jon Hulka's user avatar
  • 121
0 votes
3 answers
401 views

I'm trying to configure Rush for limited shell and scp access to a server I have. I am using Rush 2.3, fresh compiled. And the default config they have in their docs. Still, everytime I try to run a ...
jfreak53's user avatar
0 votes
1 answer
2k views

First, I'm NOT trying to create a ssh-jail. Here's the situation I decided to upgrade my server from Debian 9 to 12. But now I'm locked out. I went step by step : from 9 to 10, 10 to 11 and 11 to 12, ...
Manumie's user avatar
  • 43
0 votes
1 answer
2k views

I am setting up a restricted sftp user with chroot, the standard procedure works fine for me, however I have existing users using sftp on the same server, and that's why I don't want to take a risk ...
LAHOUEL Youssouf's user avatar
1 vote
0 answers
702 views

Is the Linux tool chroot generally usable in a Docker container running in clusters and cloud platforms? (background) I'm developing an application where I may need to use chroot inside a Docker ...
Matteo T.'s user avatar
  • 111
1 vote
1 answer
13k views

I am using the Debian 12 live environment and have created a folder: mkdir /mnt/boot When I execute sudo chroot/mnt/boot, the following error is reported: chroot:failed to run command '/bin/bash':No ...
just a student's user avatar
1 vote
1 answer
396 views

Yesterday I finished configuring a FTP Server using Pure-FTPd. The method I am using is the "Virtual Users" method. The commands below are basically what I executed it in order to make it ...
Raul Chiarella's user avatar
2 votes
1 answer
4k views

I have an IP address on my server, say, 192.168.0.3, I want to share in a net namespace, so to run apps there which will only be able to communicate to the internet using that 192.168.0.3. I can "...
Avenger's user avatar
  • 181
2 votes
2 answers
4k views

Currently, when user A logs in proftp, he comes at his home directory /home/A, when user B logs in proftp, he comes at his home directory /home/B. I want to let user A come at /dir1 and let user B ...
peter's user avatar
  • 143
1 vote
1 answer
2k views

I used this tutorial to install vsftp. Everything seems to work fine except for two things: Even though I set local_root=/home/$USER/ftp the default location when I use any ftp-client is /home/$USER. ...
MaestroMaus's user avatar

15 30 50 per page
1
2 3 4 5
28