From 772ef16e44da43b4fbf0dd88d011433cfef4926a Mon Sep 17 00:00:00 2001 From: klein panic Date: Mon, 3 Feb 2025 19:49:52 -0500 Subject: [PATCH] fixed chatgpt generatored README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 19d5fb0..0d2eb66 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,3 @@ -Below is a sample `README.md` file for your project. You can adjust its content as needed: - ---- - -```markdown # chroot_manager **chroot_manager** is a fully featured tool for managing chroot environments on Debian‐based systems. It provides a simple command-line interface for creating, connecting to, disconnecting from, and monitoring a chroot jail. The tool supports daemon mode—using `strace`—to log all system calls made within the chroot environment, along with installation and uninstallation support for easy deployment.