You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
415 B
12 lines
415 B
diff -u -r ../libcap-2.34/progs/capsh.c ./progs/capsh.c
|
|
--- ../libcap-2.34/progs/capsh.c 2020-05-02 22:47:28.000000000 +0000
|
|
+++ ./progs/capsh.c 2020-05-11 08:14:15.943279000 +0000
|
|
@@ -26,7 +26,7 @@
|
|
#include <unistd.h>
|
|
|
|
#ifndef SHELL
|
|
-#define SHELL "/bin/bash"
|
|
+#define SHELL "@TERMUX_PREFIX@/bin/bash"
|
|
#endif /* ndef SHELL */
|
|
|
|
#define MAX_GROUPS 100 /* max number of supplementary groups for user */
|
|
|