]> git.ipfire.org Git - thirdparty/lxc.git/log
thirdparty/lxc.git
11 years agoconfile.c: clear entries if no value
Serge Hallyn [Mon, 2 Dec 2013 19:17:34 +0000 (13:17 -0600)] 
confile.c: clear entries if no value

For list configuration entries like capabilities and cgroups
entries, if there is a 'key =' value (i.e. "lxc.cap.drop =")
then clear any loaded entries.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agoubuntu: Actually attempt to remove /dev/shm
Stéphane Graber [Sat, 30 Nov 2013 00:22:53 +0000 (19:22 -0500)] 
ubuntu: Actually attempt to remove /dev/shm

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agodoc: Update Japanese lxc-start(1)
KATOH Yasufumi [Mon, 2 Dec 2013 08:13:25 +0000 (17:13 +0900)] 
doc: Update Japanese lxc-start(1)

Update for commit 7faa7f52004943f339199bcbad1848cdf50d5f4c

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agoUpdate doxygen doc for previous change
Stéphane Graber [Fri, 29 Nov 2013 16:31:32 +0000 (11:31 -0500)] 
Update doxygen doc for previous change

Reported-by: James Hunt <james.hunt@ubuntu.com>
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agoAllow unsetting daemonize and close_fds
Stéphane Graber [Fri, 29 Nov 2013 15:53:15 +0000 (10:53 -0500)] 
Allow unsetting daemonize and close_fds

As mentioned in a previous commit, this does two changes:
 - Make want_daemonize return a bool (false on failure, true on success)
 - Make both want_daemonize and want_close_all_fds take a "state"
   argument so the user can choose to unset those flags.

This commit also updates all occurences of those two functions and turns
the daemonize attribute from an int to a bool.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agopython3: Use FSConverter for all paths
Stéphane Graber [Thu, 28 Nov 2013 20:09:55 +0000 (15:09 -0500)] 
python3: Use FSConverter for all paths

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agopython3: Allow setting daemonize and close_fds
Stéphane Graber [Thu, 28 Nov 2013 19:32:53 +0000 (14:32 -0500)] 
python3: Allow setting daemonize and close_fds

This extends the list of arguments of start() allowing the user to
request the container be started in the foreground and have control on
whether fds will be closed or not (daemonize=True implies that too).

One problem at the moment however is that while we have functions to set
close_fds and daemonize in the API, we don't have functions to unset
those flags, so those new parameters will only work on the initial call
to start() any further call will use the values of the previous one.

I think it'd make sense to change lxcapi slightly to have daemonize and
close_fds offer a similar interface, both returning booleans and both
accepting a value as a parameter so API users can set the value they
want.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agopython3: Add snapshot_* to the binding
Stéphane Graber [Thu, 28 Nov 2013 19:18:45 +0000 (14:18 -0500)] 
python3: Add snapshot_* to the binding

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agochown_mapped_root: fix assumption that calling uid == gid
Serge Hallyn [Fri, 29 Nov 2013 04:53:13 +0000 (22:53 -0600)] 
chown_mapped_root: fix assumption that calling uid == gid

Because if they are not, then we'll fail trying to map that gid into the
container.

The function doesn't change any gids, but lxc-usernsexec always does
setgid(0), so just map getgid() to 0 in the container.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agopython3: Export some missing constants
Stéphane Graber [Thu, 28 Nov 2013 00:19:17 +0000 (19:19 -0500)] 
python3: Export some missing constants

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agopython3: Allow passing create flags
Stéphane Graber [Thu, 28 Nov 2013 00:12:32 +0000 (19:12 -0500)] 
python3: Allow passing create flags

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agopython3: Add clone() to the binding
Stéphane Graber [Wed, 27 Nov 2013 23:27:27 +0000 (18:27 -0500)] 
python3: Add clone() to the binding

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agoubuntu: Fix regression in post-process
Stéphane Graber [Thu, 28 Nov 2013 00:46:18 +0000 (19:46 -0500)] 
ubuntu: Fix regression in post-process

THe recent reorg of lxc-ubuntu introduced some package installation in
post-process but without first disabling service startup.

As a result, if the cache is a bit out of date and a ssh update is
available, post-process will apply that update (as it does apt-get
install ssh vim) which in turn will attemp to start sshd. This will
either lead to ssh on the host being restarted or if there's no sshd on
the host, will fail the container creation as the postinst will get an
error from upstart.

The fix is very simply to add the same policy-rc.d trick when running
post-process.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agoFix typo in doxygen comment
Stéphane Graber [Wed, 27 Nov 2013 22:59:35 +0000 (17:59 -0500)] 
Fix typo in doxygen comment

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agopython3: Sort list of exports
Stéphane Graber [Wed, 27 Nov 2013 22:51:09 +0000 (17:51 -0500)] 
python3: Sort list of exports

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agopython3: Add (add|remove)_device_node
Stéphane Graber [Wed, 27 Nov 2013 21:57:58 +0000 (16:57 -0500)] 
python3: Add (add|remove)_device_node

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agopython3: Add controllable property to the binding
Stéphane Graber [Wed, 27 Nov 2013 18:49:03 +0000 (13:49 -0500)] 
python3: Add controllable property to the binding

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agopython3: Add clear_config() to the binding
Stéphane Graber [Wed, 27 Nov 2013 18:46:43 +0000 (13:46 -0500)] 
python3: Add clear_config() to the binding

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agopython3: Re-order all functions
Stéphane Graber [Wed, 27 Nov 2013 18:42:19 +0000 (13:42 -0500)] 
python3: Re-order all functions

This properly regroups the module functions together and then sorts all
other functions alphabetically to match the function and property lists.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agopython3: Add reboot() to the binding
Stéphane Graber [Wed, 27 Nov 2013 18:31:05 +0000 (13:31 -0500)] 
python3: Add reboot() to the binding

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agopython3: Sort all method/property lists
Stéphane Graber [Wed, 27 Nov 2013 16:59:16 +0000 (11:59 -0500)] 
python3: Sort all method/property lists

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agopython3: Code style
Stéphane Graber [Wed, 27 Nov 2013 16:46:44 +0000 (11:46 -0500)] 
python3: Code style

Drop any tab as spaces are preferred, get everything to fit the 80char
limit.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agopython3: Add list_containers to C API
Stéphane Graber [Tue, 26 Nov 2013 20:58:44 +0000 (15:58 -0500)] 
python3: Add list_containers to C API

This adds a new list_containers function to the python3 binding and a
matching override in __init__.py that adds the as_object parameter.

This should be compatible to the previous pure python implementation
with the advantage of also listing active non-defined containers (fixing
github issue #68).

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agoAdded templates/lxc-centos for CentOS containers.
Michael H. Warfield [Mon, 25 Nov 2013 19:34:40 +0000 (14:34 -0500)] 
Added templates/lxc-centos for CentOS containers.

This adds an lxc-centos template for crreating CentOS 5+ templates.  It
does NOT create CentOS 4 or earlier containers as these are way past
end of life and no longer supported.  It is based on the work of
Fajar A. Nugraha <github@fajar.net> who modified an earlier Fedora
template.  His work has been brought LARGELY into congruence with
the current Fedora template.  It still lacks the distro agnostic
bootstrap and systemd code from the Fedora template but those should
only be relevant with CentOS 7 when that can of worms pops open
sometime next year or so.

Signed-off-by: Michael H. Warfield <mhw@WittsEnd.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agoSome tweaks to direct route to gateway
Stéphane Graber [Mon, 25 Nov 2013 19:33:15 +0000 (14:33 -0500)] 
Some tweaks to direct route to gateway

The previous patch added code to add a static route prior to adding the
gateway to the interface.

This commit simply changes the logic so that this is only done on
failure to add the gateway.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agoAdd gateway as direct route for interface
Guilhem Lettron [Tue, 29 Oct 2013 02:31:49 +0000 (03:31 +0100)] 
Add gateway as direct route for interface

Signed-off-by: Guilhem Lettron <guilhem.lettron@gmail.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agousernsexec: Include utils.h for unshare
Stéphane Graber [Mon, 25 Nov 2013 23:24:03 +0000 (18:24 -0500)] 
usernsexec: Include utils.h for unshare

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agousernsexec: Add missing getline.h include
Stéphane Graber [Mon, 25 Nov 2013 23:22:05 +0000 (18:22 -0500)] 
usernsexec: Add missing getline.h include

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agoMerge pull request #92 from majek/share-namespaces
hallyn [Mon, 25 Nov 2013 21:55:30 +0000 (13:55 -0800)] 
Merge pull request #92 from majek/share-namespaces

Add options to `lxc-start` to inherit network, ipc and uts namespaces

11 years agolxc-fedora: Fixes for selinux and pam_loginuid.so
Michael H. Warfield [Mon, 25 Nov 2013 17:31:30 +0000 (12:31 -0500)] 
lxc-fedora: Fixes for selinux and pam_loginuid.so

Just some additional catches for disabling selinux and pam_loginuid.so
thanks to Dwight Engen and the Oracle template.

Also add ssh and ssh-server to the default installation.

Signed-off-by: Michael H. Warfield <mhw@WittsEnd.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agoFix stupid architecture error.
Michael H. Warfield [Mon, 25 Nov 2013 17:30:38 +0000 (12:30 -0500)] 
Fix stupid architecture error.

From 38cfabdbe0e46f5a0ed20687fcda48424b4a7b6d Mon Sep 17 00:00:00 2001
From: "Michael H. Warfield" <mhw@WittsEnd.com>
Date: Mon, 25 Nov 2013 10:34:48 -0500
Subject: [PATCH 1/2] Fix stupid architecture error.
Organization: Thaumaturgy & Speculums Technology

Fix stupid architecture error.

Stupid error and I did it!  Fixed hard coded x86_64 in several spots.

Signed-off-by: Michael H. Warfield <mhw@WittsEnd.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc-user-nic: use common code from network.c
Serge Hallyn [Sat, 23 Nov 2013 02:04:59 +0000 (20:04 -0600)] 
lxc-user-nic: use common code from network.c

This pulls a lot of common code out of lxc_user_nic.c.  It also
moves one function from conf.c that was duplicated in lxc_user_nic.c
(It removes a DEBUG statement because (a) it doesn't seem actually
useful and (b) DEBUG doesn't work in network.c).

Also replace the old test of only parsing code with a skeleton for
a full test.  (Note - the test will need some work, it's just there
as do-what-i-mean code example)

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc-user-nic: dont risk passing EOF
Serge Hallyn [Sat, 23 Nov 2013 02:26:20 +0000 (20:26 -0600)] 
lxc-user-nic: dont risk passing EOF

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agoConvert all files to utf-8
Stéphane Graber [Mon, 25 Nov 2013 17:59:07 +0000 (12:59 -0500)] 
Convert all files to utf-8

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agoadd lxc-devsetup to EXTRA_DIST
Dwight Engen [Mon, 25 Nov 2013 17:00:01 +0000 (12:00 -0500)] 
add lxc-devsetup to EXTRA_DIST

fixes rpm build

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agoTab/spaces consistency for templates
Stéphane Graber [Mon, 25 Nov 2013 16:57:34 +0000 (11:57 -0500)] 
Tab/spaces consistency for templates

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agoDrop trailing white spaces.
Stéphane Graber [Mon, 25 Nov 2013 16:52:43 +0000 (11:52 -0500)] 
Drop trailing white spaces.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agoAdd '--enable-api-docs' for doxygen-generated public API docs.
James Hunt [Mon, 25 Nov 2013 13:42:09 +0000 (13:42 +0000)] 
Add '--enable-api-docs' for doxygen-generated public API docs.

Signed-off-by: James Hunt <james.hunt@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc-ubuntu: Factorize @LOCALSTATEDIR@ variable
Guilhem Lettron [Thu, 14 Nov 2013 09:55:28 +0000 (10:55 +0100)] 
lxc-ubuntu: Factorize @LOCALSTATEDIR@ variable

Signed-off-by: Guilhem Lettron <guilhem.lettron@optiflows.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc-ubuntu: Add mirror and security-mirror options
Guilhem Lettron [Wed, 13 Nov 2013 13:22:10 +0000 (14:22 +0100)] 
lxc-ubuntu: Add mirror and security-mirror options

Signed-off-by: Guilhem Lettron <guilhem.lettron@optiflows.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc-ubuntu: Move package install to post-process
Guilhem Lettron [Wed, 13 Nov 2013 11:42:14 +0000 (12:42 +0100)] 
lxc-ubuntu: Move package install to post-process

Signed-off-by: Guilhem Lettron <guilhem.lettron@optiflows.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc-ubuntu: Add extra options
Guilhem Lettron [Thu, 31 Oct 2013 15:54:55 +0000 (16:54 +0100)] 
lxc-ubuntu: Add extra options

This adds support for "packages", "user" and "password"

Signed-off-by: Guilhem Lettron <guilhem.lettron@optiflows.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agouse awk, instead of 'grep | awk'
Elan Ruusamäe [Mon, 18 Nov 2013 23:23:33 +0000 (01:23 +0200)] 
use awk, instead of 'grep | awk'

Signed-off-by: Elan Ruusamäe <glen@delfi.ee>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agodoc: Update Japanese lxc-attach(1)
KATOH Yasufumi [Thu, 21 Nov 2013 08:54:24 +0000 (17:54 +0900)] 
doc: Update Japanese lxc-attach(1)

Update for commit 4d69b2939ce09fbe624636dc01734a542e050ef9

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agodon't fail lxc-init if we couldn't mount proc
Serge Hallyn [Fri, 22 Nov 2013 21:43:51 +0000 (15:43 -0600)] 
don't fail lxc-init if we couldn't mount proc

In general proc gets mounted ahead of time, so init shouldn't
have to do it.  Without this patch, you cannot

lxc-execute -n x1 -s lxc.cap.drop=sys_admin /bin/bash

(See https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1253669 for
a bug about this)

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxcapi_destroy: run in a namespace if we are unprivileged
Serge Hallyn [Fri, 22 Nov 2013 20:39:37 +0000 (14:39 -0600)] 
lxcapi_destroy: run in a namespace if we are unprivileged

This is necessary to have the rights to remove files owned by our subuids.

Also update lxc_rmdir_onedev to return 0 on success, -1 on failure.
Callers were not consistent in using it correctly, and this is more
in keeping with the rest of our code.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agoAdd lxc.service to extra_DIST
Stéphane Graber [Fri, 22 Nov 2013 19:35:33 +0000 (14:35 -0500)] 
Add lxc.service to extra_DIST

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agoadd lxc-usernsexec to .gitignore
S.Çağlar Onur [Fri, 22 Nov 2013 18:55:16 +0000 (13:55 -0500)] 
add lxc-usernsexec to .gitignore

Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agoremove HAVE_NEWUIDMAP and NEWUIDMAP
Serge Hallyn [Fri, 22 Nov 2013 04:11:43 +0000 (22:11 -0600)] 
remove HAVE_NEWUIDMAP and NEWUIDMAP

Always build lxc-usernsexec.  Else we require having uidmap
installed on the build host for no good reason.  And we never
actually used the NEWUIDMAP path we detected.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc_usernsexec: fix build breakage
Serge Hallyn [Fri, 22 Nov 2013 03:55:06 +0000 (21:55 -0600)] 
lxc_usernsexec: fix build breakage

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agoSupport files for systemd on Fedora.
Michael H. Warfield [Tue, 12 Nov 2013 01:10:29 +0000 (20:10 -0500)] 
Support files for systemd on Fedora.

Added a file "lxc.service" for a systemd service file.

Added a file "lxc-devsetup" to setup /dev/ on startup to support autodev
in containers.

Service file references lxc-devsetup as an ExecStartPre command.  The
lxc-devsetup script is not dependent on systemd or Fedora and can
be used at bootup on any system.

Modified lxc.spec.in to install the two new files on Fedora.  The systemd
specific code in the lxc.spec file may need some review and conditionalize
for systemd on non-systemd rpm-based systems.

Signed-off-by: Michael H. Warfield <mhw@WittsEnd.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agolxcapi_clone: set the right environment variable for mounted fs
Serge Hallyn [Thu, 21 Nov 2013 15:05:59 +0000 (09:05 -0600)] 
lxcapi_clone: set the right environment variable for mounted fs

If the container is dir-backed, we don't actually mount it (to
support unprivileged use).  So always set the LXC_ROOTFS_MOUNT
to bdev->dest, not to the rootfs path specified in the container
configuration.

This should fix bug http://pad.lv/1253573

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agoSetup devtmpfs and /dev for autodev bind mounts.
Michael H. Warfield [Tue, 12 Nov 2013 01:08:36 +0000 (20:08 -0500)] 
Setup devtmpfs and /dev for autodev bind mounts.

If autodev is not specifically set to 0 or 1, attempts to determine if
systemd is being utilized and forces autodev=1 to prevent host system
conflicts and collisions.

If autodev is enabled and the host /dev is mounted with devtmpfs
or /dev/.lxc is mounted with another file system...

Each container created by a privileged user gets a /dev directory
mapped off the host /dev here:

/dev/.lxc/${name}.$( hash $lxcpath/$name )

Each container created by a non-privileged user gets a /dev/directory
mapped off the host /dev here:

/dev/.lxc/user/${name}.$( hash $lxcpath/$name )

The /dev/.lxc/user is mode 1777 to allow unpriv access.

The /dev/.lxc/{containerdev} is bind mounted into the container /dev.

Fallback on failure is to mount tmpfs into the container /dev.

A symlink is created from $lxcpath/$name/rootfs.dev back to the /dev
relative directory to provid a code consistent reference for updating
container devs.

Signed-off-by: Michael H. Warfield <mhw@WittsEnd.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agolxc-attach: elevate specific privileges
Nikola Kotur [Wed, 20 Nov 2013 15:07:37 +0000 (16:07 +0100)] 
lxc-attach: elevate specific privileges

There are scenarios in which we want to execute process with specific
privileges elevated.

An example for this might be executing a process inside the container
securely, with capabilities dropped, but not in container's cgroup so
that we can have per process restrictions inside single container.

Similar to namespaces, privileges to be elevated can be OR'd:

    lxc-attach --elevated-privileges='CAP|CGROUP' ...

Backward compatibility with previous versions is retained. In case no
privileges are specified behaviour is the same as before: all of them
are elevated.

Signed-off-by: Nikola Kotur <kotnick@gmail.com>
Acked-By: Christian Seiler <christian@iwakd.de>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agolxc-usernsexec: fix the default map behavior
Serge Hallyn [Wed, 20 Nov 2013 16:07:40 +0000 (10:07 -0600)] 
lxc-usernsexec: fix the default map behavior

We were finding it, but not saving it.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agofix memory leaks reported by cppcheck in src/lxc/lxc_usernsexec.c
S.Çağlar Onur [Tue, 19 Nov 2013 23:53:37 +0000 (18:53 -0500)] 
fix memory leaks reported by cppcheck in src/lxc/lxc_usernsexec.c

Free previously allocated memory if realloc fails.

Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agolxc_user_nic: fix fd leak reported by coverity
Serge Hallyn [Tue, 19 Nov 2013 23:10:32 +0000 (17:10 -0600)] 
lxc_user_nic: fix fd leak reported by coverity

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agolxc-user-nic: improve cull_entries
Serge Hallyn [Tue, 19 Nov 2013 16:17:52 +0000 (16:17 +0000)] 
lxc-user-nic: improve cull_entries

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc_user_nic: initialize cnic to NULL to please compiler
Serge Hallyn [Tue, 19 Nov 2013 16:17:51 +0000 (16:17 +0000)] 
lxc_user_nic: initialize cnic to NULL to please compiler

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc_user_nic: make all fns static for consistency
Serge Hallyn [Tue, 19 Nov 2013 16:17:50 +0000 (16:17 +0000)] 
lxc_user_nic: make all fns static for consistency

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc_user_nic: fix get_allotted description.
Serge Hallyn [Tue, 19 Nov 2013 16:17:49 +0000 (16:17 +0000)] 
lxc_user_nic: fix get_allotted description.

get_allotted doesn't get the list of nic names, only the # of nics
allowed to the user.  We check the db_file later for existing
number of nics.

Also close the conf file on success, and print filename and errno
if we failed to open conf file.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc_user_nic: report failing filename in open_and_lock error cases
Serge Hallyn [Tue, 19 Nov 2013 16:17:48 +0000 (16:17 +0000)] 
lxc_user_nic: report failing filename in open_and_lock error cases

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc_user_nic: only exit from main and usage
Serge Hallyn [Tue, 19 Nov 2013 16:17:47 +0000 (16:17 +0000)] 
lxc_user_nic: only exit from main and usage

Everywhere else return an error code instead.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc_user_nic: report strerror(errno)
Serge Hallyn [Tue, 19 Nov 2013 16:17:46 +0000 (16:17 +0000)] 
lxc_user_nic: report strerror(errno)

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc_user_nic: don't pass unused arg to get_username()
Serge Hallyn [Tue, 19 Nov 2013 16:17:45 +0000 (16:17 +0000)] 
lxc_user_nic: don't pass unused arg to get_username()

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc_user_nic: add a check to make sure caller owns target netns
Serge Hallyn [Tue, 19 Nov 2013 16:17:44 +0000 (16:17 +0000)] 
lxc_user_nic: add a check to make sure caller owns target netns

Temporarily set our euid back to the calling ruid, so that the
access(2) check can succeed based on the euid being the userns
creator.

Also switch from atoi to strtol

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agofix memory leaks reported by cppcheck in src/lxc/conf.c (v2)
S.Çağlar Onur [Mon, 18 Nov 2013 19:28:52 +0000 (14:28 -0500)] 
fix memory leaks reported by cppcheck in src/lxc/conf.c (v2)

This also fixes possible crashes due to passing NULL to strlen function

Changes since v1;
* Fixed a typo spotted by Serge

Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agooracle template: fix pam login failures under user namespace
Dwight Engen [Mon, 18 Nov 2013 17:28:31 +0000 (12:28 -0500)] 
oracle template: fix pam login failures under user namespace

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agooracle template: don't clear console tty
Dwight Engen [Mon, 18 Nov 2013 17:28:23 +0000 (12:28 -0500)] 
oracle template: don't clear console tty

This allows the boot messages to be seen which are useful for monitoring
container startup.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agooracle template: prevent mingetty from calling vhangup(2)
Dwight Engen [Mon, 18 Nov 2013 17:28:14 +0000 (12:28 -0500)] 
oracle template: prevent mingetty from calling vhangup(2)

This is needed when using the user namespace since the kernel check does
not allow user_ns root to successfully call vhangup(2), and mingetty will
quit in this case.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agooracle template: further disable selinux in ol5 container
Dwight Engen [Mon, 18 Nov 2013 17:28:00 +0000 (12:28 -0500)] 
oracle template: further disable selinux in ol5 container

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agop is a pointer and cannot be negative so check if it is NULL
S.Çağlar Onur [Fri, 15 Nov 2013 05:33:54 +0000 (00:33 -0500)] 
p is a pointer and cannot be negative so check if it is NULL

Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agofree previously allocated memory if realloc fails in src/lxc/lsm/apparmor.c
S.Çağlar Onur [Fri, 15 Nov 2013 05:02:28 +0000 (00:02 -0500)] 
free previously allocated memory if realloc fails in src/lxc/lsm/apparmor.c

Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
11 years agoImprove Japanese man pages
KATOH Yasufumi [Sat, 16 Nov 2013 16:22:03 +0000 (01:22 +0900)] 
Improve Japanese man pages

Improve the consistency of expression

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc-lua: LFS library is not being used
Nikola Kotur [Mon, 18 Nov 2013 10:42:01 +0000 (11:42 +0100)] 
lxc-lua: LFS library is not being used

Signed-off-by: Nikola Kotur <kotnick@gmail.com>
Acked-by: Dwight Engen <dwight.engen@oracle.com>
11 years agofix memory leaks reported by cppcheck in src/lxc/lxc_monitor.c. Since this is a cli...
S.Çağlar Onur [Fri, 15 Nov 2013 04:56:04 +0000 (23:56 -0500)] 
fix memory leaks reported by cppcheck in src/lxc/lxc_monitor.c. Since this is a cli tool it doesn't really matter but might silence some warnings for debugging

Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agoadd missing paranthesis (v2)
S.Çağlar Onur [Fri, 15 Nov 2013 04:22:54 +0000 (23:22 -0500)] 
add missing paranthesis (v2)

Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agofix memory leaks reported by cppcheck in src/lxc/bdev.c
S.Çağlar Onur [Fri, 15 Nov 2013 04:03:58 +0000 (23:03 -0500)] 
fix memory leaks reported by cppcheck in src/lxc/bdev.c

Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agochange version to 1.0.0.alpha3 in configure.ac lxc-1.0.0.alpha3
Stéphane Graber [Fri, 15 Nov 2013 21:08:01 +0000 (16:08 -0500)] 
change version to 1.0.0.alpha3 in configure.ac

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc-info: Rework based on mailinglist thread
Stéphane Graber [Fri, 15 Nov 2013 20:14:00 +0000 (15:14 -0500)] 
lxc-info: Rework based on mailinglist thread

So this implements the changes we discussed yesterday:
 - Only one container may be queried at the time
 - -n is now required once again
 - -H + a single filter only returns the value
 - -t/--is-state is now removed

Note that -S is considered as more than a single filter, so -H in that
case only affects the formatting of the values.

For the same reason, I haven't yet implemented the -H + multiple filters
case which we said should return a simple "key: value" output as it
wasn't trivial to re-arrange the stats code to print a different format
(for the other options, it's just a two lines change in the print
functions).

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Dwight Engen <dwight.engen@oracle.com>
11 years agolxc-start: if we pass in a config file, then don't use any loaded config
Serge Hallyn [Thu, 14 Nov 2013 18:48:41 +0000 (12:48 -0600)] 
lxc-start: if we pass in a config file, then don't use any loaded config

To do this, add a c->clear_config() helper to the api.

(this fixes the bug https://bugs.launchpad.net/bugs/1251352)

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agogather all locking related code into src/lxc/lxclock.c
S.Çağlar Onur [Wed, 13 Nov 2013 21:46:11 +0000 (16:46 -0500)] 
gather all locking related code into src/lxc/lxclock.c

Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agosetup_netdev: re-read ifindex in LXC_NET_PHYS case
Bogdan Purcareata [Thu, 14 Nov 2013 10:58:06 +0000 (12:58 +0200)] 
setup_netdev: re-read ifindex in LXC_NET_PHYS case

When moving an interface from the host netns to a container's,
the ifindex might not remain the same. This happens when the
index of the host interface is already assigned to another interface
in the new netns.

For veth/vlan/macvlan, virtual interfaces are first created on the host,
and then moved in the container. Since they are created after all other
interfaces are discovered, there is no chance for its assigned ifindex
to be already present in a freshly created netns, because it's a greater
number.

However, when moving a physical interface, there is a chance that its
ifindex in the host netns is not free in the new netns. The patch
forces ifindex re-read for the LXC_NET_PHYS case to update the
lxc_netdev structure.

Signed-off-by: Bogdan Purcareata <bogdan.purcareata@freescale.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agoCosmetic: shorten the options summary in documentation 92/head
Marek Majkowski [Wed, 13 Nov 2013 15:04:27 +0000 (07:04 -0800)] 
Cosmetic: shorten the options summary in documentation

11 years agointroduce lxcapi_add_device_node and lxcapi_remove_device_node to API (v3)
S.Çağlar Onur [Wed, 13 Nov 2013 05:39:00 +0000 (00:39 -0500)] 
introduce lxcapi_add_device_node and lxcapi_remove_device_node to API (v3)

Adding block/char devices to running container is a common operation so
provide a common implementation for users to consume.

changes since v2;
* lets the user set an alternate path inside the container as Stéphane suggested

changes since v1;
* removed duplicated code

Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agoMake it possible to share UTS namespace
Marek Majkowski [Wed, 13 Nov 2013 13:20:26 +0000 (05:20 -0800)] 
Make it possible to share UTS namespace

11 years agodoc: Update Japanese lxc-info(1) for printing statistics
KATOH Yasufumi [Thu, 7 Nov 2013 07:59:16 +0000 (16:59 +0900)] 
doc: Update Japanese lxc-info(1) for printing statistics

Update for commit b9d957c316c3827898b91cc69788d90be3260935

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agodoc: Update Japanese lxc-top(1) for kernel memory accounting.
KATOH Yasufumi [Tue, 5 Nov 2013 06:33:39 +0000 (15:33 +0900)] 
doc: Update Japanese lxc-top(1) for kernel memory accounting.

Update for commit 2752ecec3232c231469a2ad8513a5527fef66fd6

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agoUpdate lxc_create.c corrected argument usage example for -t
pc-wurm [Fri, 8 Nov 2013 11:45:51 +0000 (12:45 +0100)] 
Update lxc_create.c corrected argument usage example for -t

I think '-t timeout' was mistakenly written, so I corrected it to '-t
template', since the -t argument is used for setting templates, not
timeout as far as I know.

Signed-off-by: pc-wurm <yordanov@pc-wurm.de>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
11 years agolxc-ubuntu*: Mark non-essential mounts optional
Stéphane Graber [Tue, 12 Nov 2013 18:45:23 +0000 (13:45 -0500)] 
lxc-ubuntu*: Mark non-essential mounts optional

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agoadd process_lock()/unlock() in save_config()
Dwight Engen [Tue, 12 Nov 2013 19:04:39 +0000 (14:04 -0500)] 
add process_lock()/unlock() in save_config()

This is likely unnecessary, but is consistent with other uses of
fopen()/fclose() in lxc.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: S.Çağlar Onur <caglar@10ur.org>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agofix multithreaded create()
Dwight Engen [Tue, 12 Nov 2013 19:04:45 +0000 (14:04 -0500)] 
fix multithreaded create()

We were calling save_config() twice within the create() flow, each
from a different process. Depending on order of scheduling, sometimes
the data from the first save_config() (which was just the stuff from
LXC_DEFAULT_CONFIG) would overwrite the config we wanted (the full
config), causing a truncated config file which would then cause lxc
to segfault once it read it back in because no rootfs.path was set.

This fixes it by only calling save_config() once in the create()
flow. A rejected alternative was to call fsync(fileno(fout)) before
the fclose in save_config.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: S.Çağlar Onur <caglar@10ur.org>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
11 years agoRefactoring - make the option parsing code generic
Marek Majkowski [Tue, 12 Nov 2013 16:19:55 +0000 (08:19 -0800)] 
Refactoring - make the option parsing code generic

11 years agoFix memory leak in pid_from_lxcname and use ns_proc_name in open_ns.
Marek Majkowski [Tue, 12 Nov 2013 15:06:23 +0000 (07:06 -0800)] 
Fix memory leak in pid_from_lxcname and use ns_proc_name in open_ns.

11 years agoMerge remote-tracking branch 'lxc/master' into share-namespaces
Marek Majkowski [Tue, 12 Nov 2013 14:13:37 +0000 (06:13 -0800)] 
Merge remote-tracking branch 'lxc/master' into share-namespaces

11 years agoCreate --share-ipc option
Marek Majkowski [Tue, 12 Nov 2013 13:14:25 +0000 (05:14 -0800)] 
Create --share-ipc option

11 years agoCosmetic.
Marek Majkowski [Tue, 12 Nov 2013 13:13:53 +0000 (05:13 -0800)] 
Cosmetic.

11 years agoDescribe --share-net in the lxc-start manual
Marek Majkowski [Tue, 12 Nov 2013 13:13:33 +0000 (05:13 -0800)] 
Describe --share-net in the lxc-start manual

11 years agoCosmetic - clean up error message
Marek Majkowski [Tue, 12 Nov 2013 11:50:26 +0000 (03:50 -0800)] 
Cosmetic - clean up error message

11 years agolxc_abstract_unix_connect: accomodate containers started before Oct 28
Serge Hallyn [Mon, 11 Nov 2013 18:32:14 +0000 (12:32 -0600)] 
lxc_abstract_unix_connect: accomodate containers started before Oct 28

commit aae93dd3dd20dd12c6b8f9f0490e2fb877ee3f09 fixed the command socket
name to use the right pathlen instead of always passing in the max
socket namelen.  However, this breaks lxc-info/lxc-list/etc for
containers started before that commit.  So if the correct command
sock name doesn't work, try the preexising one.

Note we can probably undo this "after awhile".  Maybe in august 2014.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>