freebsd-dev/sbin/md5
Mariusz Zaborski 2ea65afbd1 md5: extend capabilites
In 4849767cb1, we did a large refactor of the md5(1) source code.
One of them is that instead of reading data using read(2) syscall, we
are using binary stream input (fread(3)).

fread(3) requires additional Capsicum capabilities:
sha256 CAP operation requires CAP_FSTAT, descriptor holds CAP_READ
sha256 RET fstat -1 errno 93 Capabilities insufficient

Reviewed by:	des
Differential Revision:	https://reviews.freebsd.org/D41348
2023-08-07 14:19:26 +02:00
..
tests md5: Improve compatibility. 2023-05-08 06:56:22 +00:00
Makefile md5: Improve compatibility. 2023-05-08 06:56:22 +00:00
Makefile.depend Update/fix Makefile.depend for userland 2023-04-18 17:14:23 -07:00
Makefile.depend.host md5 Makefile.depend.host 2023-05-04 12:03:34 -07:00
md5.1 md5: Add missing references to sha384. 2023-05-10 15:45:11 +02:00
md5.c md5: extend capabilites 2023-08-07 14:19:26 +02:00