[dev] [st] externalpipe on OpenBSD

2024-02-21 Thread Страхиња Радић
Hello, I recently installed OpenBSD for the first time and I noticed a few issues with externalpipe[1]. It seems this patch clashes with the parameters passed to pledge(2) in ttynew[2] (the program specified in openurlcmd doesn't get executed). I also noticed that when I simply comment out the

Re: [dev] [st] externalpipe on OpenBSD

2024-02-21 Thread Страхиња Радић
On 24/02/21 10:12AM, Страхиња Радић wrote: > [...] (the program specified in openurlcmd doesn't get > executed). I narrowed this down to adding "exec" to the second pledge: +@@ -803,7 +809,7 @@ ttynew(const char *line, char *cmd, const char *out, char **args) + break; + defa