タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

chrootに関するabe_hnのブックマーク (2)

  • Stray Penguin - Linux Memo (jail)

    それ自体では chroot する機能のない ssh や ftp サーバをユーザに開放する場合、システムを歩き回らせないようにするため chroot 環境を導入したい。或るディレクトリに簡易版のシステムを築いておき、特定のユーザはログインと同時にそこ (牢屋=jail) へ閉じ込め、来のシステムファイルにはアクセスできないようにするわけだ。稿では、 Jail というユーティリティによる方法と、手動整備 + PAM による chroot 環境構築を取り上げる。ニーズに応じて環境をよりきめ細かく作り込もうと思うなら、後者の稿が役に立つはずだ。 Table of Contents Jailユーティリティによるchroot Jailのインストール chroot基環境の作成 基礎環境を作る パスワードファイルの微調整 個別プログラムの追加 共有ライブラリの補完 ユーザの作成 システムにグループと

    abe_hn
    abe_hn 2005/11/01
    chroot-jailの構築方法
  • Apache Chroot: Quick Setup for Perl

    * Explanation of inetd and rc.conf usage with links to hardening the box Quick-Fix for using Perl within an OpenBSD Apache Chroot Original: June 1, 2003 Updated: November 22, 2004 Introduction There's not enough detail given here, use at your own risk, and all that stuff. Basically, this is a quick-n-dirty way to make Perl CGI scripts work within the Apache Chroot of OpenBSD. There are likely P

  • 1