]> git.proxmox.com Git - mirror_lxc.git/commit
tree-wide: split open helpers into open_utils.h
authorChristian Brauner <brauner@kernel.org>
Wed, 17 Aug 2022 07:58:34 +0000 (09:58 +0200)
committerChristian Brauner (Microsoft) <christian.brauner@ubuntu.com>
Wed, 17 Aug 2022 07:58:34 +0000 (09:58 +0200)
commit589a930f15ec7b43ddf20b30cf615701c0a6d9b9
tree5a416d650eb0a30c8f055daae1c686df1aa1fb34
parent7b1836bce13d32343df9cc1bdb6e0205ef6f195d
tree-wide: split open helpers into open_utils.h

Signed-off-by: Christian Brauner (Microsoft) <christian.brauner@ubuntu.com>
20 files changed:
src/lxc/attach.c
src/lxc/caps.c
src/lxc/cgroups/cgfsng.c
src/lxc/cgroups/cgroup.c
src/lxc/cgroups/cgroup_utils.c
src/lxc/cmd/meson.build
src/lxc/conf.c
src/lxc/file_utils.c
src/lxc/file_utils.h
src/lxc/lsm/apparmor.c
src/lxc/lsm/selinux.c
src/lxc/lxccontainer.c
src/lxc/meson.build
src/lxc/mount_utils.c
src/lxc/open_utils.h [new file with mode: 0644]
src/lxc/pam/meson.build
src/lxc/storage/dir.c
src/lxc/syscall_wrappers.h
src/lxc/terminal.c
src/lxc/utils.c