On Mon, Oct 3, 2016 at 4:47 PM, wrote:
>
> Hello Guan,
>
> The reason is that those commands are invoked from another command via
> execve().
> As you might know, specifying the full path is one approach to make it
> secure. If you want to install them other than /usr/lib, you need to
> change th
Hello Guan,
Guan Xin:
> However, the Makefile in the fhsm subdirectory has hard coded
> install_ulib to install to /usr/lib.
> Did I miss something (e.g., another dedicated command line parameter),
> or is there a reason for not allowing installation to other
> directories such as /usr/libexec, e
Hello,
The destination directories to the library can be set on the make
command line according the master Makefile of aufs-util.
However, the Makefile in the fhsm subdirectory has hard coded
install_ulib to install to /usr/lib.
Did I miss something (e.g., another dedicated command line parameter)