diff options
Diffstat (limited to 'system/cage/README')
-rw-r--r-- | system/cage/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/cage/README b/system/cage/README new file mode 100644 index 0000000000000..bcda6fef20735 --- /dev/null +++ b/system/cage/README @@ -0,0 +1,8 @@ +cage was wtitten to be a creator of unbreakable padded cells for untrusted +applications. It can be used to chroot programs that want to run as root. +For that to work though either sysvinit or the kernel need to be patched and +recompiled (instructions on how to go about this are included in /usr/doc). + +However since filesystem capabilities are implemented it can also be used +as a 'su' command with inheritance support, similar to the 'capsh' command +from the libcap package (but featuring chroot support). See README.SLACKWARE |