パッケージ: umview-mod-viewfs (0.8.2-4)
umview-mod-viewfs に関するリンク
Debian の資源:
umview ソースパッケージをダウンロード:
メンテナ:
- Debian VSquare Team (QA ページ)
- Ludovico Gardenghi (QA ページ)
- Guido Trotter (QA ページ)
- Filippo Giunchedi (QA ページ)
- Andrea Capriotti (QA ページ)
外部の資源:
- ホームページ [view-os.sourceforge.net]
類似のパッケージ:
View-OS in user space - Filesystem mangling modules
View-OS is a novel approach to the process/kernel interface. The semantics of each system call can be assigned process by process giving the user the right to decide which view of the system each process has to join. Each process can "see" a different file system structure, networking resources, processor, devices. Moreover some of the resources can be provided by the user him/herself, thus these resource can be private to the single process and are not known a priori by the system. Groups of processes can share the same view but this is just an optimization to share management methods.
For more information, see http://wiki.virtualsquare.org
UMView is a user-mode implementation of View-OS. Processes are run with a controlling daemon that captures all the system calls (at present using the ptrace() system call) and uses dynamically loadable modules to change their semantic.
This package contains (very experimental) modules that allow filesystem namespace mangling (as hiding some portions of the filesystem, creating COW subtrees and so on).
その他の umview-mod-viewfs 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libumlib0 (= 0.8.2-4)
- View-OS in user space - Support library for modules