commit | 6d2c5d6c46dd3d9924831efd6c913fdf4d484985 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 16 17:50:02 2017 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jan 19 12:45:33 2017 +0100 |
tree | a17cc5bbce184be6d562e08432ae46b51ab21518 | |
parent | 5593edfbfa30a049fca9abbd70a834d2888a4d9d [diff] |
kmod: make usermodehelper path a const string This is in preparation for making it so that usermode helper programs can't be changed, if desired, by userspace. We will tackle the mess of cleaning up the write-ability of argv and env later, that's going to take more work, for much less gain... Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>