runc/system
Alexander Holler def2a7b14e Use SYS_SETUID32 for system.Setuid() on Linux for ARM
Besides possible other problems 16bit UIDs might be disabled by the kernel
configuration on Linux for ARM (see CONFIG_UID16).

Signed-off-by: Alexander Holler <holler@ahsoftware.de>
2014-11-17 14:16:32 +01:00
..
linux.go Migrate selinux system xattr calls and prctl calls 2014-07-14 16:55:49 -07:00
proc.go Add initial system pkg to libcontainer 2014-07-14 16:46:51 -07:00
setns_linux.go Update a few build tags to be more generic, add a couple more SETNS constants, and update Travis with a bunch of fixes/tweaks (including removing the nonfunctional cross-compile stuff for now) 2014-07-17 02:24:49 -06:00
syscall_linux_386.go Adds support for Setuid/Setgid calls that has been removed from 2014-10-20 15:20:08 -04:00
syscall_linux_amd64.go Fix vet errors 2014-11-05 15:38:58 -08:00
syscall_linux_arm.go Use SYS_SETUID32 for system.Setuid() on Linux for ARM 2014-11-17 14:16:32 +01:00
sysconfig.go Implement system.GetClockTicks for all platforms 2014-07-29 14:37:47 +02:00
sysconfig_notcgo.go Implement system.GetClockTicks for all platforms 2014-07-29 14:37:47 +02:00
xattrs_linux.go Update system/xattrs_linux.go 2014-10-01 17:24:03 -07:00