]> git.ipfire.org Git - thirdparty/lxc.git/commit
utils: add lxc_setup_keyring() 2658/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Fri, 28 Sep 2018 11:14:25 +0000 (13:14 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 28 Sep 2018 11:41:14 +0000 (13:41 +0200)
commitb25291da1466a6cf890cc8a428400776fa8628e9
tree72dc4526538754737cb87feb03067a77f90dfa1c
parentc73fbad129b65ba1a5e856f371c5aa233a3bb45f
utils: add lxc_setup_keyring()

Allocate a new keyring if we can to prevent information leak.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
configure.ac
src/lxc/Makefile.am
src/lxc/conf.c
src/lxc/syscall_wrappers.h [new file with mode: 0644]
src/lxc/utils.c
src/lxc/utils.h