Three questions....
ujail seems to add a starting and finishing "jail: " line to stdout. Is there a way to prevent ujail from generating this?
root@fuz:~# ujail -n jailName -F -c -E -U nobody -G nogroup -- /bin/echo goooooooo
jail: exec-ing /bin/echo
goooooooo
jail: jail (29354) exited with exit: 0
root@fuz:~#
How do I generate a "capabilities drop config" compatible with ujail -C?
Where can I find the source code for ujail command line to look up other undocumented options like -t?