| patch |
summary |
view |
raw |
| 10fixgrammer.dpatch |
man/rebootmgr.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 20securemount.dpatch |
src/secure-mount.c | 14 ++++++++++++++
1 file changed, 14 insertions(+)
|
view
|
download
|
| 30secmount_dev_fix.dpatch |
scripts/vserver.functions | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 40vserver-build.dpatch |
scripts/vserver-build | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
|
view
|
download
|
| 50dev_shm.dpatch |
distrib/defaults/devs | 1 +
1 file changed, 1 insertion(+)
|
view
|
download
|
| 60securecaps.dpatch |
lib/getinsecurebcaps.c | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)
|
view
|
download
|
| 70vserverbuild_cronfix.dpatch |
scripts/vserver-build.debootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 80supportapiandcaps.dpatch |
Makefile.am | 2
configure.ac | 26 +++-
contrib/manifest.dat.pathsubst | 1
doc/configuration.xml | 46 +-------
ensc_wrappers/wrappers-vserver.hc | 8 -
kernel/space_cmd.h | 18 ++-
kernel/switch.h | 6 -
lib/Makefile-files | 11 +-
lib/bcaps-v13.c | 13 --
lib/getinsecurebcaps.c | 6 -
lib/internal.h | 18 +++
lib/issupported.c | 3
lib/issupportedstring.c | 2
lib/libvserver.ver | 6 +
lib/syscall_ctxcreate-v21.hc | 11 --
lib/syscall_ctxcreate-v23.hc | 53 ---------
lib/syscall_ctxcreate.c | 9 -
lib/syscall_ctxmigrate-v21.hc | 8 -
lib/syscall_ctxmigrate-v23.hc | 52 ---------
lib/syscall_ctxmigrate.c | 9 -
lib/syscall_enternamespace-v13.hc | 6 -
lib/syscall_enternamespace-v21.hc | 10 +
lib/syscall_enternamespace-v23.hc | 31 +++++
lib/syscall_enternamespace.c | 15 +-
lib/syscall_getspacedefault-v23.hc | 2
lib/syscall_getspacemask-v21.hc | 6 -
lib/syscall_getspacemask-v23.hc | 32 +++++
lib/syscall_getspacemask.c | 15 ++
lib/syscall_setnamespace-v13.hc | 6 -
lib/syscall_setnamespace-v21.hc | 10 +
lib/syscall_setnamespace-v23.hc | 31 +++++
lib/syscall_setnamespace.c | 17 +--
lib/vserver-internal.h | 6 +
lib/vserver.h | 8 +
scripts/Makefile-files | 7 -
scripts/chcontext | 27 ++++
scripts/util-vserver-vars.pathsubst | 4
scripts/vnamespace | 60 +++++++++++
scripts/vserver-build.debootstrap | 2
scripts/vserver-setup.functions | 2
scripts/vserver.functions | 27 ++++
scripts/vserver.start | 6 -
scripts/vserver.stop | 2
scripts/vserver.suexec | 8 -
scripts/vsomething | 4
src/Makefile-files | 8 -
src/capability-compat.h | 4
src/chxid.c | 2
src/exec-remount.c | 93 ++++++++++++++---
src/rpm-fake.c | 4
src/secure-mount.c | 5
src/secure-umount.c | 85 +++++++++++++++
src/vclone.c | 7 -
src/vcontext.c | 40 ++++++-
src/vnamespace.c | 196 ------------------------------------
src/vserver-info.c | 4
src/vspace.c | 71 +++++++++----
src/vsysctl.c | 6 -
sysv/util-vserver | 12 ++
59 files changed, 668 insertions(+), 521 deletions(-)
|
view
|
download
|