summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/paths.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/paths.h b/include/paths.h
index c9c1563..33d47ed 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -44,6 +44,9 @@
/* All standard utilities path. */
#define _PATH_STDPATH \
"/usr/bin:/bin:/usr/sbin:/sbin:"
+/* Locate system binaries */
+#define _PATH_SYSPATH \
+ "/sbin:/usr/sbin"
#define _PATH_AUTHCONF "/etc/auth.conf"
#define _PATH_BSHELL "/bin/sh"
OpenPOWER on IntegriCloud