diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-03-27 21:37:59 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-03-27 21:37:59 +0200 |
commit | 3f5b019c3f6e0c6e1683b2374cc86116251ecf2b (patch) | |
tree | 318230b32e3aa98afa4a28a0c0855e86a78fc721 /community/gsoc/project_ideas/secure_chroot.mdwn | |
parent | 51c4760238ec774f0eb4facb1eb17c4abd516029 (diff) | |
parent | 4f51f8e21f1962a0749ec7081567f4916bab7910 (diff) |
Merge branch 'master' of flubber:~hurd-web/hurd-web
Diffstat (limited to 'community/gsoc/project_ideas/secure_chroot.mdwn')
-rw-r--r-- | community/gsoc/project_ideas/secure_chroot.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gsoc/project_ideas/secure_chroot.mdwn b/community/gsoc/project_ideas/secure_chroot.mdwn index 57739861..bfaf330b 100644 --- a/community/gsoc/project_ideas/secure_chroot.mdwn +++ b/community/gsoc/project_ideas/secure_chroot.mdwn @@ -12,7 +12,7 @@ License|/fdl]]."]]"""]] [[!meta title="Secure chroot Implementation"]] As the Hurd attempts to be (almost) fully [[UNIX]]-compatible, it also implements a -`chroot` [[system call]]. However, the current implementation is not really +`chroot()` [[system call]]. However, the current implementation is not really good, as it allows easily escaping the `chroot`, for example by use of [[passive_translators|hurd/translator]]. |