On Tue, 03 Sep 2019 17:11:22 +0200, Martijn van Duren wrote: > I choose this value because I hit the maximum command length of the > shell before. This way I'm somewhat confident that the shell doesn't > do something weird with my command if we ever overflow it's internal > buffer. So I based it on the shell, not the kernel. > > Also, I deem it extremely unlikely that any configuration ever > has a filter command which reaches over _POSIX_ARG_MAX.
OK, that's fine. We can revisit this later if system(3) is removed from the equation. - todd
