]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add CAP_FCNTL to the lease file capsicum rights, and limit to
authorpkelsey <pkelsey@FreeBSD.org>
Thu, 28 May 2015 05:38:07 +0000 (05:38 +0000)
committerpkelsey <pkelsey@FreeBSD.org>
Thu, 28 May 2015 05:38:07 +0000 (05:38 +0000)
commite78dd9d8ebd584a44a515ae0711bca71f63243a6
treea4a429decdd2db2ce047b274e2e567b2a835c9d1
parente347653ba08b12386f2285d9827172ad6eaeefea
Add CAP_FCNTL to the lease file capsicum rights, and limit to
CAP_FCNTL_GETFL.  Without CAP_FCNTL_GETFL, the lease file truncation
in rewrite_client_leases() will fail to trim old data when rewriting
the file with a lesser amount of data.

Reviewed by: pjd, rwatson
Approved by: jmallett (mentor)
MFC after: 1 week
sbin/dhclient/dhclient.c