]> sourceware.org Git - lvm2.git/commit
lvmlockctl: replace popen and system
authorDavid Teigland <teigland@redhat.com>
Wed, 3 Mar 2021 23:36:42 +0000 (17:36 -0600)
committerDavid Teigland <teigland@redhat.com>
Wed, 3 Mar 2021 23:43:29 +0000 (17:43 -0600)
commitf5fbb1b76fc39fe968d847247b9040ff2acbadcc
tree516407d0aa9d7d4b88bd1711864e80e6a9d57760
parent89a3440fc0179318954855aa251b0aae4f5c1a63
lvmlockctl: replace popen and system

with fork and exec to avoid use of shell.
largely copied from lib/misc/lvm-exec.c

require lvmlockctl_kill_command to be full path

use lvm config instead of lvmconfig to avoid need for LVM_DIR
configure
configure.ac
daemons/lvmlockd/lvmlockctl.c
include/configure.h.in
This page took 0.031676 seconds and 5 git commands to generate.