[lxc-devel] [lxc/lxc] 614305: statvfs: do nothing if statvfs does not exist (and...
GitHub
noreply at github.com
Fri Aug 22 21:48:40 UTC 2014
Branch: refs/heads/master
Home: https://github.com/lxc/lxc
Commit: 614305f3975fbc8eaec7308ce525b6e9866b434c
https://github.com/lxc/lxc/commit/614305f3975fbc8eaec7308ce525b6e9866b434c
Author: Serge Hallyn <serge.hallyn at ubuntu.com>
Date: 2014-08-22 (Fri, 22 Aug 2014)
Changed paths:
M configure.ac
M src/lxc/conf.c
Log Message:
-----------
statvfs: do nothing if statvfs does not exist (android/bionic)
If statvfs does not exist, then don't recalculate mount flags
at remount.
If someone does need this, they could replace the code (only
if !HAVE_STATVFS) with code parsing /proc/self/mountinfo (which
exists in the recent git history)
Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>
Commit: 361e0e3c08fa9f0bb0ff782fc30d52f391ebfaa1
https://github.com/lxc/lxc/commit/361e0e3c08fa9f0bb0ff782fc30d52f391ebfaa1
Author: S.Çağlar Onur <caglar at 10ur.org>
Date: 2014-08-22 (Fri, 22 Aug 2014)
Changed paths:
M src/lxc/log.c
Log Message:
-----------
use lxcpath as unprivileged containers log directory
Signed-off-by: S.Çağlar Onur <caglar at 10ur.org>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>
Commit: 6ad22d063aa0fdbd77425acd7f9c9de79e5aff3e
https://github.com/lxc/lxc/commit/6ad22d063aa0fdbd77425acd7f9c9de79e5aff3e
Author: Serge Hallyn <serge.hallyn at ubuntu.com>
Date: 2014-08-22 (Fri, 22 Aug 2014)
Changed paths:
M configure.ac
M src/lxc/Makefile.am
M src/lxc/lxc_user_nic.c
M src/lxc/network.c
Log Message:
-----------
Update the openvswitch bridge attach code
1. don't determine ovs-vsctl path at configure time, do it at runtime
2. lxc-user-nic: set a sane path to protect from unpriv users
Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>
Compare: https://github.com/lxc/lxc/compare/e2a7e8dc47df...6ad22d063aa0
More information about the lxc-devel
mailing list