]> git.ipfire.org Git - thirdparty/lxc.git/commit
Ensure /dev/pts directory exists on pts setup
authorJean-Tiare LE BIGOT <jean-tiare.le-bigot@ovh.net>
Sat, 2 Aug 2014 13:27:13 +0000 (15:27 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 8 Aug 2014 16:20:19 +0000 (12:20 -0400)
commit7e40254ab7e85bca548948c3fa02c6ed0169ec73
tree736b0f7e624a22d6d666e2583c5ceec3276e78cc
parent3603af1bc727097da7a309ba29431fc88d631c02
Ensure /dev/pts directory exists on pts setup

When `lxc.autodev = 0` and empty tmpfs is mounted on /dev
and private pts are requested, we need to ensure '/dev/pts'
exists before attempting to mount devpts on it.

Signed-off-by: Jean-Tiare LE BIGOT <jean-tiare.le-bigot@ovh.net>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/conf.c