-
- Downloads
libcontainer: Search $PATH for exec() if argv[0] is not absolute
In Fedora rawhide, dracut switched from `/usr/sbin` to `/usr/bin`, which broke rpm-ostree's hardcoding of the path. There was no real reason to hardcode it (assume our `$PATH` is sane and secure), so in order to help support that, this change in libglnx will automatically search $PATH if the input is not absolute. (This is a sane default for a process spawning library IMO)
Please register or sign in to comment