]> git.ipfire.org Git - thirdparty/lxc.git/commit
confile: move lxc_fill_elevated_privileges() to tools/lxc_attach
authorAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Sat, 17 Feb 2024 15:43:21 +0000 (16:43 +0100)
committerAlexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Sat, 17 Feb 2024 15:43:21 +0000 (16:43 +0100)
commit672b2172de2277e950e05d2abe0b1115fa6c3f53
tree7f8647696f9cedce29643efd681cef0cd9adb223
parent16076111dad20d78d8b73d0388edd1043d5d2dcf
confile: move lxc_fill_elevated_privileges() to tools/lxc_attach

lxc_fill_elevated_privileges() is used only in lxc-attach tool,
let's move this function in there.

Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
src/lxc/confile.c
src/lxc/confile.h
src/lxc/tools/lxc_attach.c