]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/lxccontainer.c
confile: properly namespace security keys
authorChristian Brauner <christian.brauner@ubuntu.com>
Fri, 23 Jun 2017 13:35:17 +0000 (15:35 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 23 Jun 2017 13:37:55 +0000 (15:37 +0200)
commit953fe44f7cc25cfe290e8bf204f7baed62f28071
treecb4bd29b957b203b64c98110d7fb1f9ac51ffe1a
parenta7ff2213744cd2f909b87e8c01f5168666443705
confile: properly namespace security keys

- lxc.aa_profile => lxc.apparmor.profile
- lxc.aa_allow_incomplete => lxc.apparmor.allow_incomplete
- lxc.se_context => lxc.selinux.context

The legacy keys will be kept around until LXC 3.0 and then will be removed.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/Makefile.am
src/lxc/conf.c
src/lxc/confile.c
src/lxc/confile_legacy.c [new file with mode: 0644]
src/lxc/confile_legacy.h [new file with mode: 0644]
src/lxc/confile_network_legacy.c [deleted file]
src/lxc/confile_network_legacy.h [deleted file]
src/lxc/confile_utils.c
src/lxc/confile_utils.h
src/lxc/lxccontainer.c
src/tests/parse_config_file.c