Showing 55 open source projects for "linux chroot"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1

    iAstroDroid

    Automated astrophotography on Android

    iAstroDroid is a world first solution for controlling the autoguider, CCD, DSLR, and mount for astrophotography on Android devices. iAstroDroid run on a parallel OS (Chroot) on an Android device. A user can control all devices via a web browser on Android. Requirements and supported devices. 1. Autoguider: QHY5 or QHY6 2. CCD: QHY8L 3. DSLR: Canon or Nikon DSLR 4. USB serial adapter (FTDI232) for controlling a DSLR camera shutter and a serial shutter...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The Black Hole MTA is for use in automated package build systems. It looks like a Mail Transfer Agent (MTA) and email goes in but nothing comes out. It is intended for use in chroot jails for automated package build systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    syslog proxy daemon

    syslog proxy daemon

    creates an extra socket for syslog (e.g. in a chroot jail)

    Developed for systems that have an older version of syslogd which does not support multiple sockets (e.g. via the '-a' flag). Performs extensive message validation according to RFC 3164
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    easylinux2linux

    scripts and minimal binary packs to migrate from one distro to another

    ...Many distributions already provide a network install but getting the installer to run on your old linux proves tricky because you depend on local libraries and tools. Why not rely instead only on the linux kernel? You unpack a minimal set of tools to a separate directory, you chroot to it and start from a well defined configuration that can get you to your destination.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    Buildroot ist Ein Projekt das jedem Linux User das Kompilieren von Software erleichtern soll. Den Mittelpunkt der Buildroot bildet die Funktion eine chroot mit busybox und wahlweise der bash und/oder dem vim zu erstellen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Set of tools to set up chroot-based Linux distribution installs on Android devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    stow-jail
    This is an add-on to stow. If the "make install" didn't work with DESTDIR argument(or use another installer), stow-jail would close the installer command to the sandbox(unionfs+chroot),in this way all go to the "/stow/package_name" directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Feathery is a very small and full-featured ftp server for embedded devices. It is easy portable to every 8, 16 or 32 bit architecture and can run with or without an operating system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A secure anonymous FTP server that runs unprivileged for most of the time. This server utilizes a chroot environment and contains its own directory change code, and directory listing code so that it can run efficiently as a threaded server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    ia32.sh is a bash-script that allows to run and setup any ia32 X11 binary inside EM64T or AMD64 GNU distros without any knowledge about debootstrap and chroot techniques, such as Adobe Acrobat Reader, firefox plugins: JRE, flash....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    capexec is a replacement for su and chroot that also allows Linux Capabilities to be set on the spawned process. These capabilities allow special privileges to be assigned to a program without requiring it to be ran as root.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    pam_chroot is now hosted on google code. see http://code.google.com/p/pam-chroot/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Webchroot is package of scripts to create chroot services ex. http, ftp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Chrootbin is a tool which will help you make basic a chroot environment. It lets you skip the boring parts of making a chroot from scratch. It also helps you to install any other executables like strace or find.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    echroot is a simple tool born to be an extended alternative of the well-known chroot(1) tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Small SMTP wrapper designed to be used in chroot-ed environment as a sendmail command-line tool replacement. e.g. warpper can be used by php ( by function mail ) instead of using SMTP client written in php
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Apache security module. Makes Apache configurable to work as diffrent user, group and diffrent chroot() environment for each VirtualServer and for ~user request. Designed mostly for ISP to make Apache secure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Smtp mailer program designed to send mail in chroot environments by sending email through a local smtpd host without a fully installed server and keeping requirements at minimum. Usefull for building scripts in php and other web based applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    chroot_safe, a tool to chroot any application in a sane manner without requring binaries, shared libraries etc within the chroot or any support from the application. Works with any dynamically linked application.
    Downloads: 70 This Week
    Last Update:
    See Project
  • 20
    Eselstall Secure Environment to Launch Software you don't Trust At aLL: Combined chroot/setuid tool to easily launch background processes (servers) in a confined environment. Eliminates the need for su in the changeroot directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The sandbox system call API is a simple yet powerful mechanism for confining untrusted code. It is similar to chroot() and BSD jails, but has much greater flexibility and expressive power. The code is mostly complete but not yet fully functional.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Jail Chroot Project is an attempt of write a tool that builds a chrooted environment. The main goal of Jail is to be as simple as possible, and highly portable. The most difficult step when building a chrooted environment is to set up the right libraries
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    chruid is a small but flexible replacement for a chroot + su kombo. i wrote it because i was in the need to chroot processes and having them run under a non-privileged uid/gid without having to install su (which would include pam, nss, ... overhead on som
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project's single goal is to maintain a patch that allows chrooting of users in OpenSSH. This patch will cause sshd to chroot when it encounters the magic token '/./' in a users home directory. The directory portion before the token is the direc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    heavy modification of apache's suexec to enforce chroot and resource limits.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB