diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-03-26 01:33:43 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-03-26 01:33:43 +0100 |
commit | 48d63562b1eb3e1211fe2ad803a3df704f9c342c (patch) | |
tree | d26a58aba6e9ffc814e88f22529bfae9db9579bf /community/gsoc/project_ideas/secure_chroot.mdwn | |
parent | 2ad64644b9290ed1b63108b01ef63939adba5a93 (diff) | |
parent | 0729272db4fe4563fee46488236d75e9c4700eee (diff) | |
download | web-48d63562b1eb3e1211fe2ad803a3df704f9c342c.tar.gz web-48d63562b1eb3e1211fe2ad803a3df704f9c342c.tar.bz2 web-48d63562b1eb3e1211fe2ad803a3df704f9c342c.zip |
Merge commit '0729272db4fe4563fee46488236d75e9c4700eee'
Conflicts:
community/gsoc/project_ideas/libdiskfs_locking.mdwn
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]]. |