Remove the current directory from _PATH_STDPATH.
This commit is contained in:
parent
34364e9084
commit
8ca5ff35e6
@ -42,7 +42,7 @@
|
||||
/* Default search path. */
|
||||
#define _PATH_DEFPATH "/usr/bin:/bin"
|
||||
/* All standard utilities path. */
|
||||
#define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:"
|
||||
#define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin"
|
||||
/* Locate system binaries. */
|
||||
#define _PATH_SYSPATH "/sbin:/usr/sbin"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user