freebsd-skq/lib/libcasper/services
oshogbo 232c4ff18a cap_filergs: limit size of the file name
The limit of the name in fileargs is twice the size of the MAXPATH.
The nvlist will not add an element with the longer name.
We can detect at this point that the path is too big, and simple return
the same error as open(2) would.

PR:		239700
Reported by:	markj
Tested by:	markj
MFC after:	2 weeks
2019-08-07 19:30:33 +00:00
..
cap_dns libcasper: provide compatibility with the old version of service 2018-11-19 17:22:52 +00:00
cap_fileargs cap_filergs: limit size of the file name 2019-08-07 19:30:33 +00:00
cap_grp libcasper: using explicit_bzero in cap_grp service 2018-11-04 19:43:59 +00:00
cap_pwd [libcasper] Use explicit_bzero instead of memset to clear pwd struct 2018-06-26 19:57:47 +00:00
cap_sysctl Extend the libcap_sysctl tests. 2019-05-13 17:53:03 +00:00
cap_syslog r341692 changed cap_syslog(3) to preserve the stdio descriptors inherited 2019-02-06 04:36:28 +00:00
tests DIRDEPS_BUILD: Connect new directories. 2017-10-31 00:04:07 +00:00
Makefile Remove cap_random(3). 2019-07-24 22:50:43 +00:00
Makefile.inc